#5FBF9F

Color #5FBF9F Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5FBF9F

Tints of Keppel #5FBF9F

Color information

#5FBF9F (or 0x5FBF9F) is unknown color: approx Keppel. HEX triplet: 5F, BF and 9F. RGB value is (95,191,159). Sum of RGB (Red+Green+Blue) = 95+191+159=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBF9F is #A04060. Grayscale: #9E9E9E. Windows color (decimal): -10502241 or 10469215. OLE color: 10469215.

HSL color Cylindrical-coordinate representation of color #5FBF9F: hue angle of 160º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBF9F is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB95191159-
CMYK0.5000.170.25
HSL160º42.86%56.08%-
HSV(B)160º50.26%74.9%-
XYZ29.6142.239.39-
YUV158.65128.282.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=21.35%
G=42.92%
B=35.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911590.5000.170.2516042.8656.08
Hex5FBF9F3201119a02b38
Octal13727723762021312405370
Binary101111110111111100111111100100100011100110100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FBF9F; }

 p { color: rgb(95,191,159); }

 H1.HeaderClassName
 {
   color: #5FBF9F;
 }
 .AnyTagClassName
 {
   color: #5FBF9F;
 }
</style>
background-color css

<style>
 a { background-color: #5FBF9F; }

 a { background-color: rgb(95,191,159); }

 div.DivClassName
 {
   background-color: #5FBF9F;
 }
 .BgClassName
 {
   background-color: #5FBF9F;
 }
</style>
border-color css

<style>
 span { border-color: #5FBF9F; }

 span { border-color: rgb(95,191,159); }

 td.TdClassName
 {
   border-color: #5FBF9F;
 }
 .TagClassName
 {
   border-color: #5FBF9F;
 }
</style>