Html Css Color HEX #5EAC8E Keppel

📋 copy color: '#5EAC8E'

red 94 ◦ green 172 ◦ blue 142

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

Shades of Keppel #5EAC8E

Tints of Keppel #5EAC8E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 23.04%
G = 42.16%
B = 34.8%

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

#5EAC8E (or 0x5EAC8E) is known color: Keppel. HEX triplet: 5E, AC and 8E. RGB value is (94,172,142). Sum of RGB (Red+Green+Blue) = 94+172+142=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC8E is #A15371. Grayscale: #919191. Windows color (decimal): -10572658 or 9350238. OLE color: 9350238.

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

Color convert

RGB 94 172 142 -
CMYK 0.45 0 0.17 0.33
HSL 156.92º 0.32% 0.52% -
HSV(B) 156.92º 0.45% 0.67% -
XYZ 24.25 33.84 30.84 -
YUV 145.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 94 172 142 0.45 0 0.17 0.33 156.92 0.32 0.52
Hex 5E AC 8E 2D 0 11 21 9D 20 34
Octal 136 254 216 55 0 21 41 235 40 64
Binary 1011110 10101100 10001110 101101 0 10001 100001 10011101 100000 110100

Color Harmonies of #5EAC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC8E

Black with #5EAC8E

Text Example


Text Example

White with #5EAC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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