Html Css Color HEX #ACD0B9 Gum Leaf

📋 copy color: '#ACD0B9'

red 172 ◦ green 208 ◦ blue 185

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

Shades of Gum Leaf #ACD0B9

Tints of Gum Leaf #ACD0B9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.81%

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

R = 30.44%
G = 36.81%
B = 32.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#ACD0B9 (or 0xACD0B9) is known color: Gum Leaf. HEX triplet: AC, D0 and B9. RGB value is (172,208,185). Sum of RGB (Red+Green+Blue) = 172+208+185=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0B9 is #532F46. Grayscale: #C2C2C2. Windows color (decimal): -5451591 or 12177580. OLE color: 12177580.

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

Color convert

RGB 172 208 185 -
CMYK 0.17 0 0.11 0.18
HSL 141.67º 0.28% 0.75% -
HSV(B) 141.67º 0.17% 0.82% -
XYZ 48.33 57.39 54.43 -
YUV 194.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 172 208 185 0.17 0 0.11 0.18 141.67 0.28 0.75
Hex AC D0 B9 11 0 B 12 8E 1C 4B
Octal 254 320 271 21 0 13 22 216 34 113
Binary 10101100 11010000 10111001 10001 0 1011 10010 10001110 11100 1001011

Color Harmonies of #ACD0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0B9

Black with #ACD0B9

Text Example


Text Example

White with #ACD0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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