Html Css Color HEX #5EAB8D Keppel

📋 copy color: '#5EAB8D'

red 94 ◦ green 171 ◦ blue 141

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

Shades of Keppel #5EAB8D

Tints of Keppel #5EAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 23.15%
G = 42.12%
B = 34.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#5EAB8D (or 0x5EAB8D) is known color: Keppel. HEX triplet: 5E, AB and 8D. RGB value is (94,171,141). Sum of RGB (Red+Green+Blue) = 94+171+141=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB8D is #A15472. Grayscale: #909090. Windows color (decimal): -10572915 or 9284446. OLE color: 9284446.

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

Color convert

RGB 94 171 141 -
CMYK 0.45 0 0.18 0.33
HSL 156.62º 0.31% 0.52% -
HSV(B) 156.62º 0.45% 0.67% -
XYZ 23.99 33.43 30.39 -
YUV 144.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 94 171 141 0.45 0 0.18 0.33 156.62 0.31 0.52
Hex 5E AB 8D 2D 0 12 21 9D 1F 34
Octal 136 253 215 55 0 22 41 235 37 64
Binary 1011110 10101011 10001101 101101 0 10010 100001 10011101 11111 110100

Color Harmonies of #5EAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAB8D

Black with #5EAB8D

Text Example


Text Example

White with #5EAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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