#5FBCA0

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

Shades of Keppel #5FBCA0

Tints of Keppel #5FBCA0

Color information

#5FBCA0 (or 0x5FBCA0) is unknown color: approx Keppel. HEX triplet: 5F, BC and A0. RGB value is (95,188,160). Sum of RGB (Red+Green+Blue) = 95+188+160=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBCA0 is #A0435F. Grayscale: #9D9D9D. Windows color (decimal): -10503008 or 10533983. OLE color: 10533983.

HSL color Cylindrical-coordinate representation of color #5FBCA0: hue angle of 161.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBCA0 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB95188160-
CMYK0.4900.150.26
HSL161.94º40.97%55.49%-
HSV(B)161.94º49.47%73.73%-
XYZ29.0540.9439.63-
YUV157129.6983.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=21.44%
G=42.44%
B=36.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951881600.4900.150.26161.9440.9755.49
Hex5FBCA0310F1Aa22937
Octal13727424061017322425167
Binary10111111011110010100000110001011111101010100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,188,160); }

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

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

 a { background-color: rgb(95,188,160); }

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

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

 span { border-color: rgb(95,188,160); }

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