#5EAA9A

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

Shades of Keppel #5EAA9A

Tints of Keppel #5EAA9A

Color information

#5EAA9A (or 0x5EAA9A) is unknown color: approx Keppel. HEX triplet: 5E, AA and 9A. RGB value is (94,170,154). Sum of RGB (Red+Green+Blue) = 94+170+154=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA9A is #A15565. Grayscale: #919191. Windows color (decimal): -10573158 or 10136158. OLE color: 10136158.

HSL color Cylindrical-coordinate representation of color #5EAA9A: hue angle of 167.37º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAA9A is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB94170154-
CMYK0.4500.090.33
HSL167.37º30.89%51.76%-
HSV(B)167.37º44.71%66.67%-
XYZ24.8233.4635.72-
YUV145.45132.8291.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=22.49%
G=40.67%
B=36.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941701540.4500.090.33167.3730.8951.76
Hex5EAA9A2D0921a71f34
Octal13625223255011412473764
Binary10111101010101010011010101101010011000011010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,154); }

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

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

 a { background-color: rgb(94,170,154); }

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

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

 span { border-color: rgb(94,170,154); }

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