#5EAA8D

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

Shades of Keppel #5EAA8D

Tints of Keppel #5EAA8D

Color information

#5EAA8D (or 0x5EAA8D) is unknown color: approx Keppel. HEX triplet: 5E, AA and 8D. RGB value is (94,170,141). Sum of RGB (Red+Green+Blue) = 94+170+141=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA8D is #A15572. Grayscale: #909090. Windows color (decimal): -10573171 or 9284190. OLE color: 9284190.

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

Color convert

RGB94170141-
CMYK0.4500.170.33
HSL157.11º30.89%51.76%-
HSV(B)157.11º44.71%66.67%-
XYZ23.833.0530.32-
YUV143.97126.3292.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=23.21%
G=41.98%
B=34.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941701410.4500.170.33157.1130.8951.76
Hex5EAA8D2D011219d1f34
Octal13625221555021412353764
Binary101111010101010100011011011010100011000011001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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