Html Css Color HEX #5EAA8A Keppel

📋 copy color: '#5EAA8A'

red 94 ◦ green 170 ◦ blue 138

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

Shades of Keppel #5EAA8A

Tints of Keppel #5EAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 23.38%
G = 42.29%
B = 34.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#5EAA8A (or 0x5EAA8A) is known color: Keppel. HEX triplet: 5E, AA and 8A. RGB value is (94,170,138). Sum of RGB (Red+Green+Blue) = 94+170+138=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA8A is #A15575. Grayscale: #8F8F8F. Windows color (decimal): -10573174 or 9087582. OLE color: 9087582.

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

Color convert

RGB 94 170 138 -
CMYK 0.45 0 0.19 0.33
HSL 154.74º 0.31% 0.52% -
HSV(B) 154.74º 0.45% 0.67% -
XYZ 23.58 32.96 29.16 -
YUV 143.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 94 170 138 0.45 0 0.19 0.33 154.74 0.31 0.52
Hex 5E AA 8A 2D 0 13 21 9B 1F 34
Octal 136 252 212 55 0 23 41 233 37 64
Binary 1011110 10101010 10001010 101101 0 10011 100001 10011011 11111 110100

Color Harmonies of #5EAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA8A

Black with #5EAA8A

Text Example


Text Example

White with #5EAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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