Html Css Color HEX #ACD2B1 Gum Leaf

📋 copy color: '#ACD2B1'

red 172 ◦ green 210 ◦ blue 177

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

Shades of Gum Leaf #ACD2B1

Tints of Gum Leaf #ACD2B1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 30.77%
G = 37.57%
B = 31.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#ACD2B1 (or 0xACD2B1) is known color: Gum Leaf. HEX triplet: AC, D2 and B1. RGB value is (172,210,177). Sum of RGB (Red+Green+Blue) = 172+210+177=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2B1 is #532D4E. Grayscale: #C2C2C2. Windows color (decimal): -5451087 or 11653804. OLE color: 11653804.

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

Color convert

RGB 172 210 177 -
CMYK 0.18 0 0.16 0.18
HSL 127.89º 0.3% 0.75% -
HSV(B) 127.89º 0.18% 0.82% -
XYZ 48 58.04 50.27 -
YUV 194.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 172 210 177 0.18 0 0.16 0.18 127.89 0.3 0.75
Hex AC D2 B1 12 0 10 12 80 1E 4B
Octal 254 322 261 22 0 20 22 200 36 113
Binary 10101100 11010010 10110001 10010 0 10000 10010 10000000 11110 1001011

Color Harmonies of #ACD2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2B1

Black with #ACD2B1

Text Example


Text Example

White with #ACD2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2B1; }

 p { color: rgb(172,210,177); }

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

background-color css

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

 a { background-color: rgb(172,210,177); }

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

border-color css

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

 span { border-color: rgb(172,210,177); }

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