Html Css Color HEX #ACD3B9 Gum Leaf

📋 copy color: '#ACD3B9'

red 172 ◦ green 211 ◦ blue 185

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

Shades of Gum Leaf #ACD3B9

Tints of Gum Leaf #ACD3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 30.28%
G = 37.15%
B = 32.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#ACD3B9 (or 0xACD3B9) is known color: Gum Leaf. HEX triplet: AC, D3 and B9. RGB value is (172,211,185). Sum of RGB (Red+Green+Blue) = 172+211+185=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3B9 is #532C46. Grayscale: #C4C4C4. Windows color (decimal): -5450823 or 12178348. OLE color: 12178348.

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

Color convert

RGB 172 211 185 -
CMYK 0.18 0 0.12 0.17
HSL 140º 0.31% 0.75% -
HSV(B) 140º 0.18% 0.83% -
XYZ 49.06 58.86 54.67 -
YUV 196.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 172 211 185 0.18 0 0.12 0.17 140 0.31 0.75
Hex AC D3 B9 12 0 C 11 8C 1F 4B
Octal 254 323 271 22 0 14 21 214 37 113
Binary 10101100 11010011 10111001 10010 0 1100 10001 10001100 11111 1001011

Color Harmonies of #ACD3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3B9

Black with #ACD3B9

Text Example


Text Example

White with #ACD3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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