#5FB19C

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

Shades of Keppel #5FB19C

Tints of Keppel #5FB19C

Color information

#5FB19C (or 0x5FB19C) is unknown color: approx Keppel. HEX triplet: 5F, B1 and 9C. RGB value is (95,177,156). Sum of RGB (Red+Green+Blue) = 95+177+156=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB19C is #A04E63. Grayscale: #969696. Windows color (decimal): -10505828 or 10269023. OLE color: 10269023.

HSL color Cylindrical-coordinate representation of color #5FB19C: hue angle of 164.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB19C is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB95177156-
CMYK0.4600.120.31
HSL164.63º34.45%53.33%-
HSV(B)164.63º46.33%69.41%-
XYZ26.4436.2837.06-
YUV150.09131.3388.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.20%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=22.20%
G=41.36%
B=36.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771560.4600.120.31164.6334.4553.33
Hex5FB19C2E0C1Fa52235
Octal13726123456014372454265
Binary10111111011000110011100101110011001111110100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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