#5FBF9C

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

Shades of Keppel #5FBF9C

Tints of Keppel #5FBF9C

Color information

#5FBF9C (or 0x5FBF9C) is unknown color: approx Keppel. HEX triplet: 5F, BF and 9C. RGB value is (95,191,156). Sum of RGB (Red+Green+Blue) = 95+191+156=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBF9C is #A04063. Grayscale: #9E9E9E. Windows color (decimal): -10502244 or 10272607. OLE color: 10272607.

HSL color Cylindrical-coordinate representation of color #5FBF9C: hue angle of 158.12º 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 #5FBF9C is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB95191156-
CMYK0.5000.180.25
HSL158.12º42.86%56.08%-
HSV(B)158.12º50.26%74.9%-
XYZ29.3542.0938.03-
YUV158.31126.782.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.49%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=21.49%
G=43.21%
B=35.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951911560.5000.180.25158.1242.8656.08
Hex5FBF9C32012199e2b38
Octal13727723462022312365370
Binary101111110111111100111001100100100101100110011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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