#5FAE91

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

Shades of Keppel #5FAE91

Tints of Keppel #5FAE91

Color information

#5FAE91 (or 0x5FAE91) is unknown color: approx Keppel. HEX triplet: 5F, AE and 91. RGB value is (95,174,145). Sum of RGB (Red+Green+Blue) = 95+174+145=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE91 is #A0516E. Grayscale: #939393. Windows color (decimal): -10506607 or 9547359. OLE color: 9547359.

HSL color Cylindrical-coordinate representation of color #5FAE91: hue angle of 157.97º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE91 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB95174145-
CMYK0.4500.170.32
HSL157.97º32.78%52.75%-
HSV(B)157.97º45.4%68.24%-
XYZ24.9734.7532.18-
YUV147.07126.8390.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.95%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=22.95%
G=42.03%
B=35.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741450.4500.170.32157.9732.7852.75
Hex5FAE912D011209e2135
Octal13725622155021402364165
Binary1011111101011101001000110110101000110000010011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,145); }

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

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

 a { background-color: rgb(95,174,145); }

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

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

 span { border-color: rgb(95,174,145); }

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