#5FC0A0

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

Shades of Keppel #5FC0A0

Tints of Keppel #5FC0A0

Color information

#5FC0A0 (or 0x5FC0A0) is unknown color: approx Keppel. HEX triplet: 5F, C0 and A0. RGB value is (95,192,160). Sum of RGB (Red+Green+Blue) = 95+192+160=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC0A0 is #A03F5F. Grayscale: #9F9F9F. Windows color (decimal): -10501984 or 10535007. OLE color: 10535007.

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

Color convert

RGB95192160-
CMYK0.5100.170.25
HSL160.21º43.5%56.27%-
HSV(B)160.21º50.52%75.29%-
XYZ29.9142.6739.92-
YUV159.35128.3682.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.25%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=21.25%
G=42.95%
B=35.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951921600.5100.170.25160.2143.556.27
Hex5FC0A03301119a02b38
Octal13730024063021312405370
Binary101111111000000101000001100110100011100110100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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