#5EAE9F

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

Shades of Keppel #5EAE9F

Tints of Keppel #5EAE9F

Color information

#5EAE9F (or 0x5EAE9F) is unknown color: approx Keppel. HEX triplet: 5E, AE and 9F. RGB value is (94,174,159). Sum of RGB (Red+Green+Blue) = 94+174+159=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAE9F is #A15160. Grayscale: #949494. Windows color (decimal): -10572129 or 10464862. OLE color: 10464862.

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

Color convert

RGB94174159-
CMYK0.4600.090.32
HSL168.75º33.06%52.55%-
HSV(B)168.75º45.98%68.24%-
XYZ26.0135.1538.22-
YUV148.3713489.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.01%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=22.01%
G=40.75%
B=37.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941741590.4600.090.32168.7533.0652.55
Hex5EAE9F2E0920a92135
Octal13625623756011402514165
Binary101111010101110100111111011100100110000010101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,174,159); }

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

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

 a { background-color: rgb(94,174,159); }

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

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

 span { border-color: rgb(94,174,159); }

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