#5ead9d

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

Shades of Keppel #5EAD9D

Tints of Keppel #5EAD9D

Color information

#5EAD9D (or 0x5EAD9D) is unknown color: approx Keppel. HEX triplet: 5E, AD and 9D. RGB value is (94,173,157). Sum of RGB (Red+Green+Blue) = 94+173+157=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAD9D is #A15262. Grayscale: #939393. Windows color (decimal): -10572387 or 10333534. OLE color: 10333534.

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

Color convert

RGB94173157-
CMYK0.4600.090.32
HSL167.85º32.51%52.35%-
HSV(B)167.85º45.66%67.84%-
XYZ25.6534.737.24-
YUV147.55133.3389.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.17%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=22.17%
G=40.80%
B=37.03%

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
Decimal941731570.4600.090.32167.8532.5152.35
Hex5EAD9D2E0920a82134
Octal13625523556011402504164
Binary101111010101101100111011011100100110000010101000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ead9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,157); }

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

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

 a { background-color: rgb(94,173,157); }

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

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

 span { border-color: rgb(94,173,157); }

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