Html Css Color HEX #ABD0A8 Zanah

📋 copy color: '#ABD0A8'

red 171 ◦ green 208 ◦ blue 168

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

Shades of Zanah #ABD0A8

Tints of Zanah #ABD0A8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.03%

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 31.26%
G = 38.03%
B = 30.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#ABD0A8 (or 0xABD0A8) is known color: Zanah. HEX triplet: AB, D0 and A8. RGB value is (171,208,168). Sum of RGB (Red+Green+Blue) = 171+208+168=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD0A8 is #542F57. Grayscale: #C0C0C0. Windows color (decimal): -5517144 or 11063467. OLE color: 11063467.

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

Color convert

RGB 171 208 168 -
CMYK 0.18 0 0.19 0.18
HSL 115.5º 0.3% 0.74% -
HSV(B) 115.5º 0.19% 0.82% -
XYZ 46.42 56.6 45.52 -
YUV 192.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 171 208 168 0.18 0 0.19 0.18 115.5 0.3 0.74
Hex AB D0 A8 12 0 13 12 74 1E 4A
Octal 253 320 250 22 0 23 22 164 36 112
Binary 10101011 11010000 10101000 10010 0 10011 10010 1110100 11110 1001010

Color Harmonies of #ABD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD0A8

Black with #ABD0A8

Text Example


Text Example

White with #ABD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD0A8; }

 p { color: rgb(171,208,168); }

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

background-color css

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

 a { background-color: rgb(171,208,168); }

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

border-color css

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

 span { border-color: rgb(171,208,168); }

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