Html Css Color HEX #5EAA8E Keppel

📋 copy color: '#5EAA8E'

red 94 ◦ green 170 ◦ blue 142

#5EAA8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #5EAA8E

Tints of Keppel #5EAA8E

RGB

 RED value IS 94 (37.11% from 255) = 23.15%

 GREEN value IS 170 (66.8% from 255) = 41.87%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 23.15%
G = 41.87%
B = 34.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#5EAA8E (or 0x5EAA8E) is known color: Keppel. HEX triplet: 5E, AA and 8E. RGB value is (94,170,142). Sum of RGB (Red+Green+Blue) = 94+170+142=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA8E is #A15571. Grayscale: #909090. Windows color (decimal): -10573170 or 9349726. OLE color: 9349726.

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

Color convert

RGB 94 170 142 -
CMYK 0.45 0 0.16 0.33
HSL 157.89º 0.31% 0.52% -
HSV(B) 157.89º 0.45% 0.67% -
XYZ 23.87 33.08 30.72 -
YUV 144.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 94 170 142 0.45 0 0.16 0.33 157.89 0.31 0.52
Hex 5E AA 8E 2D 0 10 21 9E 1F 34
Octal 136 252 216 55 0 20 41 236 37 64
Binary 1011110 10101010 10001110 101101 0 10000 100001 10011110 11111 110100

Color Harmonies of #5EAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA8E

Black with #5EAA8E

Text Example


Text Example

White with #5EAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EAA8E;
 }
 .AnyTagClassName
 {
   color: #5EAA8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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