Html Css Color HEX #ABD1A6 Zanah

📋 copy color: '#ABD1A6'

red 171 ◦ green 209 ◦ blue 166

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

Shades of Zanah #ABD1A6

Tints of Zanah #ABD1A6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

 BLUE value IS 166 (65.23% from 255) = 30.4%

R = 31.32%
G = 38.28%
B = 30.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#ABD1A6 (or 0xABD1A6) is known color: Zanah. HEX triplet: AB, D1 and A6. RGB value is (171,209,166). Sum of RGB (Red+Green+Blue) = 171+209+166=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD1A6 is #542E59. Grayscale: #C0C0C0. Windows color (decimal): -5516890 or 10932651. OLE color: 10932651.

HSL color Cylindrical-coordinate representation of color #ABD1A6: hue angle of 113.02º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD1A6 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 209 166 -
CMYK 0.18 0 0.21 0.18
HSL 113.02º 0.32% 0.74% -
HSV(B) 113.02º 0.21% 0.82% -
XYZ 46.48 57.01 44.63 -
YUV 192.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 171 209 166 0.18 0 0.21 0.18 113.02 0.32 0.74
Hex AB D1 A6 12 0 15 12 71 20 4A
Octal 253 321 246 22 0 25 22 161 40 112
Binary 10101011 11010001 10100110 10010 0 10101 10010 1110001 100000 1001010

Color Harmonies of #ABD1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD1A6

Black with #ABD1A6

Text Example


Text Example

White with #ABD1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD1A6; }

 p { color: rgb(171,209,166); }

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

background-color css

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

 a { background-color: rgb(171,209,166); }

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

border-color css

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

 span { border-color: rgb(171,209,166); }

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