#5FAE96

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

Shades of Keppel #5FAE96

Tints of Keppel #5FAE96

Color information

#5FAE96 (or 0x5FAE96) is unknown color: approx Keppel. HEX triplet: 5F, AE and 96. RGB value is (95,174,150). Sum of RGB (Red+Green+Blue) = 95+174+150=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE96 is #A05169. Grayscale: #939393. Windows color (decimal): -10506602 or 9875039. OLE color: 9875039.

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

Color convert

RGB95174150-
CMYK0.4500.140.32
HSL161.77º32.78%52.75%-
HSV(B)161.77º45.4%68.24%-
XYZ25.3634.9134.26-
YUV147.64129.3390.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.67%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=22.67%
G=41.53%
B=35.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741500.4500.140.32161.7732.7852.75
Hex5FAE962D0E20a22135
Octal13725622655016402424165
Binary101111110101110100101101011010111010000010100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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