Html Css Color HEX #5EAC95 Keppel

📋 copy color: '#5EAC95'

red 94 ◦ green 172 ◦ blue 149

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

Shades of Keppel #5EAC95

Tints of Keppel #5EAC95

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 22.65%
G = 41.45%
B = 35.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#5EAC95 (or 0x5EAC95) is known color: Keppel. HEX triplet: 5E, AC and 95. RGB value is (94,172,149). Sum of RGB (Red+Green+Blue) = 94+172+149=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC95 is #A1536A. Grayscale: #929292. Windows color (decimal): -10572651 or 9808990. OLE color: 9808990.

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

Color convert

RGB 94 172 149 -
CMYK 0.45 0 0.13 0.33
HSL 162.31º 0.32% 0.52% -
HSV(B) 162.31º 0.45% 0.67% -
XYZ 24.79 34.05 33.7 -
YUV 146.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 94 172 149 0.45 0 0.13 0.33 162.31 0.32 0.52
Hex 5E AC 95 2D 0 D 21 A2 20 34
Octal 136 254 225 55 0 15 41 242 40 64
Binary 1011110 10101100 10010101 101101 0 1101 100001 10100010 100000 110100

Color Harmonies of #5EAC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC95

Black with #5EAC95

Text Example


Text Example

White with #5EAC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,149); }

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

background-color css

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

 a { background-color: rgb(94,172,149); }

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

border-color css

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

 span { border-color: rgb(94,172,149); }

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