Html Css Color HEX #ABCEAA Zanah

📋 copy color: '#ABCEAA'

red 171 ◦ green 206 ◦ blue 170

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

Shades of Zanah #ABCEAA

Tints of Zanah #ABCEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 31.26%
G = 37.66%
B = 31.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#ABCEAA (or 0xABCEAA) is known color: Zanah. HEX triplet: AB, CE and AA. RGB value is (171,206,170). Sum of RGB (Red+Green+Blue) = 171+206+170=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEAA is #543155. Grayscale: #BFBFBF. Windows color (decimal): -5517654 or 11194027. OLE color: 11194027.

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

Color convert

RGB 171 206 170 -
CMYK 0.17 0 0.17 0.19
HSL 118.33º 0.27% 0.74% -
HSV(B) 118.33º 0.17% 0.81% -
XYZ 46.12 55.7 46.35 -
YUV 191.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 171 206 170 0.17 0 0.17 0.19 118.33 0.27 0.74
Hex AB CE AA 11 0 11 13 76 1B 4A
Octal 253 316 252 21 0 21 23 166 33 112
Binary 10101011 11001110 10101010 10001 0 10001 10011 1110110 11011 1001010

Color Harmonies of #ABCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEAA

Black with #ABCEAA

Text Example


Text Example

White with #ABCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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