#5FB69F

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

Shades of Keppel #5FB69F

Tints of Keppel #5FB69F

Color information

#5FB69F (or 0x5FB69F) is unknown color: approx Keppel. HEX triplet: 5F, B6 and 9F. RGB value is (95,182,159). Sum of RGB (Red+Green+Blue) = 95+182+159=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB69F is #A04960. Grayscale: #999999. Windows color (decimal): -10504545 or 10466911. OLE color: 10466911.

HSL color Cylindrical-coordinate representation of color #5FB69F: hue angle of 164.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB69F is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB95182159-
CMYK0.4800.130.29
HSL164.14º37.34%54.31%-
HSV(B)164.14º47.8%71.37%-
XYZ27.7138.3938.75-
YUV153.36131.1886.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.79%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=21.79%
G=41.74%
B=36.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951821590.4800.130.29164.1437.3454.31
Hex5FB69F300D1Da42536
Octal13726623760015352444566
Binary10111111011011010011111110000011011110110100100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,182,159); }

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

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

 a { background-color: rgb(95,182,159); }

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

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

 span { border-color: rgb(95,182,159); }

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