Html Css Color HEX #5EAB9F Keppel

📋 copy color: '#5EAB9F'

red 94 ◦ green 171 ◦ blue 159

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

Shades of Keppel #5EAB9F

Tints of Keppel #5EAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 22.17%
G = 40.33%
B = 37.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#5EAB9F (or 0x5EAB9F) is known color: Keppel. HEX triplet: 5E, AB and 9F. RGB value is (94,171,159). Sum of RGB (Red+Green+Blue) = 94+171+159=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB9F is #A15460. Grayscale: #929292. Windows color (decimal): -10572897 or 10464094. OLE color: 10464094.

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

Color convert

RGB 94 171 159 -
CMYK 0.45 0 0.07 0.33
HSL 170.65º 0.31% 0.52% -
HSV(B) 170.65º 0.45% 0.67% -
XYZ 25.44 34.01 38.02 -
YUV 146.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 94 171 159 0.45 0 0.07 0.33 170.65 0.31 0.52
Hex 5E AB 9F 2D 0 7 21 AB 1F 34
Octal 136 253 237 55 0 7 41 253 37 64
Binary 1011110 10101011 10011111 101101 0 111 100001 10101011 11111 110100

Color Harmonies of #5EAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAB9F

Black with #5EAB9F

Text Example


Text Example

White with #5EAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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