#5FAE9E

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

Shades of Keppel #5FAE9E

Tints of Keppel #5FAE9E

Color information

#5FAE9E (or 0x5FAE9E) is unknown color: approx Keppel. HEX triplet: 5F, AE and 9E. RGB value is (95,174,158). Sum of RGB (Red+Green+Blue) = 95+174+158=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE9E is #A05161. Grayscale: #949494. Windows color (decimal): -10506594 or 10399327. OLE color: 10399327.

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

Color convert

RGB95174158-
CMYK0.4500.090.32
HSL167.85º32.78%52.75%-
HSV(B)167.85º45.4%68.24%-
XYZ26.0335.1737.77-
YUV148.55133.3389.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=22.25%
G=40.75%
B=37.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741580.4500.090.32167.8532.7852.75
Hex5FAE9E2D0920a82135
Octal13725623655011402504165
Binary101111110101110100111101011010100110000010101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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