Html Css Color HEX #ACCEA6 Zanah

📋 copy color: '#ACCEA6'

red 172 ◦ green 206 ◦ blue 166

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

Shades of Zanah #ACCEA6

Tints of Zanah #ACCEA6

RGB

 RED value IS 172 (67.58% from 255) = 31.62%

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

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

R = 31.62%
G = 37.87%
B = 30.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#ACCEA6 (or 0xACCEA6) is known color: Zanah. HEX triplet: AC, CE and A6. RGB value is (172,206,166). Sum of RGB (Red+Green+Blue) = 172+206+166=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEA6 is #533159. Grayscale: #BFBFBF. Windows color (decimal): -5452122 or 10931884. OLE color: 10931884.

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

Color convert

RGB 172 206 166 -
CMYK 0.17 0 0.19 0.19
HSL 111º 0.29% 0.73% -
HSV(B) 111º 0.19% 0.81% -
XYZ 45.97 55.67 44.4 -
YUV 191.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 172 206 166 0.17 0 0.19 0.19 111 0.29 0.73
Hex AC CE A6 11 0 13 13 6F 1D 49
Octal 254 316 246 21 0 23 23 157 35 111
Binary 10101100 11001110 10100110 10001 0 10011 10011 1101111 11101 1001001

Color Harmonies of #ACCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEA6

Black with #ACCEA6

Text Example


Text Example

White with #ACCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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