Html Css Color HEX #ABCEAC Zanah

📋 copy color: '#ABCEAC'

red 171 ◦ green 206 ◦ blue 172

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

Shades of Zanah #ABCEAC

Tints of Zanah #ABCEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.33%

R = 31.15%
G = 37.52%
B = 31.33%

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

#ABCEAC (or 0xABCEAC) is known color: Zanah. HEX triplet: AB, CE and AC. RGB value is (171,206,172). Sum of RGB (Red+Green+Blue) = 171+206+172=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEAC is #543153. Grayscale: #BFBFBF. Windows color (decimal): -5517652 or 11325099. OLE color: 11325099.

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

Color convert

RGB 171 206 172 -
CMYK 0.17 0 0.17 0.19
HSL 121.71º 0.26% 0.74% -
HSV(B) 121.71º 0.17% 0.81% -
XYZ 46.31 55.78 47.36 -
YUV 191.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 171 206 172 0.17 0 0.17 0.19 121.71 0.26 0.74
Hex AB CE AC 11 0 11 13 7A 1A 4A
Octal 253 316 254 21 0 21 23 172 32 112
Binary 10101011 11001110 10101100 10001 0 10001 10011 1111010 11010 1001010

Color Harmonies of #ABCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEAC

Black with #ABCEAC

Text Example


Text Example

White with #ABCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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