Html Css Color HEX #5EAA96 Keppel

📋 copy color: '#5EAA96'

red 94 ◦ green 170 ◦ blue 150

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

Shades of Keppel #5EAA96

Tints of Keppel #5EAA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 22.71%
G = 41.06%
B = 36.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#5EAA96 (or 0x5EAA96) is known color: Keppel. HEX triplet: 5E, AA and 96. RGB value is (94,170,150). Sum of RGB (Red+Green+Blue) = 94+170+150=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA96 is #A15569. Grayscale: #919191. Windows color (decimal): -10573162 or 9874014. OLE color: 9874014.

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

Color convert

RGB 94 170 150 -
CMYK 0.45 0 0.12 0.33
HSL 164.21º 0.31% 0.52% -
HSV(B) 164.21º 0.45% 0.67% -
XYZ 24.5 33.33 34 -
YUV 145 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 94 170 150 0.45 0 0.12 0.33 164.21 0.31 0.52
Hex 5E AA 96 2D 0 C 21 A4 1F 34
Octal 136 252 226 55 0 14 41 244 37 64
Binary 1011110 10101010 10010110 101101 0 1100 100001 10100100 11111 110100

Color Harmonies of #5EAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA96

Black with #5EAA96

Text Example


Text Example

White with #5EAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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