Html Css Color HEX #5EAB9B Keppel

📋 copy color: '#5EAB9B'

red 94 ◦ green 171 ◦ blue 155

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

Shades of Keppel #5EAB9B

Tints of Keppel #5EAB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 22.38%
G = 40.71%
B = 36.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#5EAB9B (or 0x5EAB9B) is known color: Keppel. HEX triplet: 5E, AB and 9B. RGB value is (94,171,155). Sum of RGB (Red+Green+Blue) = 94+171+155=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB9B is #A15464. Grayscale: #929292. Windows color (decimal): -10572901 or 10201950. OLE color: 10201950.

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

Color convert

RGB 94 171 155 -
CMYK 0.45 0 0.09 0.33
HSL 167.53º 0.31% 0.52% -
HSV(B) 167.53º 0.45% 0.67% -
XYZ 25.1 33.87 36.23 -
YUV 146.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 94 171 155 0.45 0 0.09 0.33 167.53 0.31 0.52
Hex 5E AB 9B 2D 0 9 21 A8 1F 34
Octal 136 253 233 55 0 11 41 250 37 64
Binary 1011110 10101011 10011011 101101 0 1001 100001 10101000 11111 110100

Color Harmonies of #5EAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAB9B

Black with #5EAB9B

Text Example


Text Example

White with #5EAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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