Html Css Color HEX #5EAA8D Keppel

📋 copy color: '#5EAA8D'

red 94 ◦ green 170 ◦ blue 141

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

Shades of Keppel #5EAA8D

Tints of Keppel #5EAA8D

RGB

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

 GREEN value IS 170 (66.8% 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 value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#5EAA8D (or 0x5EAA8D) is known color: 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

RGB 94 170 141 -
CMYK 0.45 0 0.17 0.33
HSL 157.11º 0.31% 0.52% -
HSV(B) 157.11º 0.45% 0.67% -
XYZ 23.8 33.05 30.32 -
YUV 143.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 94 170 141 0.45 0 0.17 0.33 157.11 0.31 0.52
Hex 5E AA 8D 2D 0 11 21 9D 1F 34
Octal 136 252 215 55 0 21 41 235 37 64
Binary 1011110 10101010 10001101 101101 0 10001 100001 10011101 11111 110100

Color Harmonies of #5EAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA8D

Black with #5EAA8D

Text Example


Text Example

White with #5EAA8D

Text Example


Text Example

HTML Codes & Css Web 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>