Html Css Color HEX #ACD3B5 Gum Leaf

📋 copy color: '#ACD3B5'

red 172 ◦ green 211 ◦ blue 181

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

Shades of Gum Leaf #ACD3B5

Tints of Gum Leaf #ACD3B5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

 BLUE value IS 181 (71.09% from 255) = 32.09%

R = 30.5%
G = 37.41%
B = 32.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#ACD3B5 (or 0xACD3B5) is known color: Gum Leaf. HEX triplet: AC, D3 and B5. RGB value is (172,211,181). Sum of RGB (Red+Green+Blue) = 172+211+181=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3B5 is #532C4A. Grayscale: #C4C4C4. Windows color (decimal): -5450827 or 11916204. OLE color: 11916204.

HSL color Cylindrical-coordinate representation of color #ACD3B5: hue angle of 133.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3B5 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 181 -
CMYK 0.18 0 0.14 0.17
HSL 133.85º 0.31% 0.75% -
HSV(B) 133.85º 0.18% 0.83% -
XYZ 48.65 58.7 52.48 -
YUV 195.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 172 211 181 0.18 0 0.14 0.17 133.85 0.31 0.75
Hex AC D3 B5 12 0 E 11 86 1F 4B
Octal 254 323 265 22 0 16 21 206 37 113
Binary 10101100 11010011 10110101 10010 0 1110 10001 10000110 11111 1001011

Color Harmonies of #ACD3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3B5

Black with #ACD3B5

Text Example


Text Example

White with #ACD3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3B5; }

 p { color: rgb(172,211,181); }

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

background-color css

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

 a { background-color: rgb(172,211,181); }

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

border-color css

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

 span { border-color: rgb(172,211,181); }

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