Html Css Color HEX #5EAB8E Keppel

📋 copy color: '#5EAB8E'

red 94 ◦ green 171 ◦ blue 142

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

Shades of Keppel #5EAB8E

Tints of Keppel #5EAB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 23.1%
G = 42.01%
B = 34.89%

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

#5EAB8E (or 0x5EAB8E) is known color: Keppel. HEX triplet: 5E, AB and 8E. RGB value is (94,171,142). Sum of RGB (Red+Green+Blue) = 94+171+142=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB8E is #A15471. Grayscale: #909090. Windows color (decimal): -10572914 or 9349982. OLE color: 9349982.

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

Color convert

RGB 94 171 142 -
CMYK 0.45 0 0.17 0.33
HSL 157.4º 0.31% 0.52% -
HSV(B) 157.4º 0.45% 0.67% -
XYZ 24.06 33.46 30.78 -
YUV 144.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 94 171 142 0.45 0 0.17 0.33 157.4 0.31 0.52
Hex 5E AB 8E 2D 0 11 21 9D 1F 34
Octal 136 253 216 55 0 21 41 235 37 64
Binary 1011110 10101011 10001110 101101 0 10001 100001 10011101 11111 110100

Color Harmonies of #5EAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAB8E

Black with #5EAB8E

Text Example


Text Example

White with #5EAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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