#5FC19C

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

Shades of Keppel #5FC19C

Tints of Keppel #5FC19C

Color information

#5FC19C (or 0x5FC19C) is unknown color: approx Keppel. HEX triplet: 5F, C1 and 9C. RGB value is (95,193,156). Sum of RGB (Red+Green+Blue) = 95+193+156=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC19C is #A03E63. Grayscale: #9F9F9F. Windows color (decimal): -10501732 or 10273119. OLE color: 10273119.

HSL color Cylindrical-coordinate representation of color #5FC19C: hue angle of 157.35º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC19C is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB95193156-
CMYK0.5100.190.24
HSL157.35º44.14%56.47%-
HSV(B)157.35º50.78%75.69%-
XYZ29.7942.9738.18-
YUV159.48126.0382.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.40%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=21.40%
G=43.47%
B=35.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951931560.5100.190.24157.3544.1456.47
Hex5FC19C33013189d2c38
Octal13730123463023302355470
Binary101111111000001100111001100110100111100010011101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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