Html Css Color HEX #ABCEAD Zanah

📋 copy color: '#ABCEAD'

red 171 ◦ green 206 ◦ blue 173

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

Shades of Zanah #ABCEAD

Tints of Zanah #ABCEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.45%

R = 31.09%
G = 37.45%
B = 31.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#ABCEAD (or 0xABCEAD) is known color: Zanah. HEX triplet: AB, CE and AD. RGB value is (171,206,173). Sum of RGB (Red+Green+Blue) = 171+206+173=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEAD is #543152. Grayscale: #BFBFBF. Windows color (decimal): -5517651 or 11390635. OLE color: 11390635.

HSL color Cylindrical-coordinate representation of color #ABCEAD: hue angle of 123.43º degrees, saturation: 0.26, 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 #ABCEAD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 173 -
CMYK 0.17 0 0.16 0.19
HSL 123.43º 0.26% 0.74% -
HSV(B) 123.43º 0.17% 0.81% -
XYZ 46.41 55.82 47.86 -
YUV 191.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 171 206 173 0.17 0 0.16 0.19 123.43 0.26 0.74
Hex AB CE AD 11 0 10 13 7B 1A 4A
Octal 253 316 255 21 0 20 23 173 32 112
Binary 10101011 11001110 10101101 10001 0 10000 10011 1111011 11010 1001010

Color Harmonies of #ABCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEAD

Black with #ABCEAD

Text Example


Text Example

White with #ABCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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