Html Css Color HEX #ABCEA4 Zanah

📋 copy color: '#ABCEA4'

red 171 ◦ green 206 ◦ blue 164

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

Shades of Zanah #ABCEA4

Tints of Zanah #ABCEA4

RGB

 RED value IS 171 (67.19% from 255) = 31.61%

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 164 (64.45% from 255) = 30.31%

R = 31.61%
G = 38.08%
B = 30.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#ABCEA4 (or 0xABCEA4) is known color: Zanah. HEX triplet: AB, CE and A4. RGB value is (171,206,164). Sum of RGB (Red+Green+Blue) = 171+206+164=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEA4 is #54315B. Grayscale: #BEBEBE. Windows color (decimal): -5517660 or 10800811. OLE color: 10800811.

HSL color Cylindrical-coordinate representation of color #ABCEA4: hue angle of 110º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCEA4 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 164 -
CMYK 0.17 0 0.20 0.19
HSL 110º 0.3% 0.73% -
HSV(B) 110º 0.2% 0.81% -
XYZ 45.57 55.48 43.43 -
YUV 190.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 171 206 164 0.17 0 0.20 0.19 110 0.3 0.73
Hex AB CE A4 11 0 14 13 6E 1E 49
Octal 253 316 244 21 0 24 23 156 36 111
Binary 10101011 11001110 10100100 10001 0 10100 10011 1101110 11110 1001001

Color Harmonies of #ABCEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEA4

Black with #ABCEA4

Text Example


Text Example

White with #ABCEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEA4; }

 p { color: rgb(171,206,164); }

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

background-color css

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

 a { background-color: rgb(171,206,164); }

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

border-color css

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

 span { border-color: rgb(171,206,164); }

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