Html Css Color HEX #5EAB96 Keppel

📋 copy color: '#5EAB96'

red 94 ◦ green 171 ◦ blue 150

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

Shades of Keppel #5EAB96

Tints of Keppel #5EAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 22.65%
G = 41.2%
B = 36.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#5EAB96 (or 0x5EAB96) is known color: Keppel. HEX triplet: 5E, AB and 96. RGB value is (94,171,150). Sum of RGB (Red+Green+Blue) = 94+171+150=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB96 is #A15469. Grayscale: #919191. Windows color (decimal): -10572906 or 9874270. OLE color: 9874270.

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

Color convert

RGB 94 171 150 -
CMYK 0.45 0 0.12 0.33
HSL 163.64º 0.31% 0.52% -
HSV(B) 163.64º 0.45% 0.67% -
XYZ 24.68 33.71 34.06 -
YUV 145.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 94 171 150 0.45 0 0.12 0.33 163.64 0.31 0.52
Hex 5E AB 96 2D 0 C 21 A4 1F 34
Octal 136 253 226 55 0 14 41 244 37 64
Binary 1011110 10101011 10010110 101101 0 1100 100001 10100100 11111 110100

Color Harmonies of #5EAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAB96

Black with #5EAB96

Text Example


Text Example

White with #5EAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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