#5FAE97

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

Shades of Keppel #5FAE97

Tints of Keppel #5FAE97

Color information

#5FAE97 (or 0x5FAE97) is unknown color: approx Keppel. HEX triplet: 5F, AE and 97. RGB value is (95,174,151). Sum of RGB (Red+Green+Blue) = 95+174+151=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE97 is #A05168. Grayscale: #939393. Windows color (decimal): -10506601 or 9940575. OLE color: 9940575.

HSL color Cylindrical-coordinate representation of color #5FAE97: hue angle of 162.53º 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 #5FAE97 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB95174151-
CMYK0.4500.130.32
HSL162.53º32.78%52.75%-
HSV(B)162.53º45.4%68.24%-
XYZ25.4434.9434.68-
YUV147.76129.8390.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=22.62%
G=41.43%
B=35.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741510.4500.130.32162.5332.7852.75
Hex5FAE972D0D20a32135
Octal13725622755015402434165
Binary101111110101110100101111011010110110000010100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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