#5FC49C

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

Shades of Keppel #5FC49C

Tints of Keppel #5FC49C

Color information

#5FC49C (or 0x5FC49C) is unknown color: approx Keppel. HEX triplet: 5F, C4 and 9C. RGB value is (95,196,156). Sum of RGB (Red+Green+Blue) = 95+196+156=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC49C is #A03B63. Grayscale: #A1A1A1. Windows color (decimal): -10500964 or 10273887. OLE color: 10273887.

HSL color Cylindrical-coordinate representation of color #5FC49C: hue angle of 156.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC49C is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB95196156-
CMYK0.5200.200.23
HSL156.24º46.12%57.06%-
HSV(B)156.24º51.53%76.86%-
XYZ30.4644.3138.4-
YUV161.24125.0480.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.25%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=21.25%
G=43.85%
B=34.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951961560.5200.200.23156.2446.1257.06
Hex5FC49C34014179c2e39
Octal13730423464024272345671
Binary101111111000100100111001101000101001011110011100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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