#5FB69A

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

Shades of Keppel #5FB69A

Tints of Keppel #5FB69A

Color information

#5FB69A (or 0x5FB69A) is unknown color: approx Keppel. HEX triplet: 5F, B6 and 9A. RGB value is (95,182,154). Sum of RGB (Red+Green+Blue) = 95+182+154=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB69A is #A04965. Grayscale: #989898. Windows color (decimal): -10504550 or 10139231. OLE color: 10139231.

HSL color Cylindrical-coordinate representation of color #5FB69A: hue angle of 160.69º 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 #5FB69A is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB95182154-
CMYK0.4800.150.29
HSL160.69º37.34%54.31%-
HSV(B)160.69º47.8%71.37%-
XYZ27.2838.2236.51-
YUV152.79128.6886.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.04%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=22.04%
G=42.23%
B=35.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951821540.4800.150.29160.6937.3454.31
Hex5FB69A300F1Da12536
Octal13726623260017352414566
Binary10111111011011010011010110000011111110110100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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