Html Css Color HEX #ACD6B5 Gum Leaf

📋 copy color: '#ACD6B5'

red 172 ◦ green 214 ◦ blue 181

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

Shades of Gum Leaf #ACD6B5

Tints of Gum Leaf #ACD6B5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 30.34%
G = 37.74%
B = 31.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#ACD6B5 (or 0xACD6B5) is known color: Gum Leaf. HEX triplet: AC, D6 and B5. RGB value is (172,214,181). Sum of RGB (Red+Green+Blue) = 172+214+181=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6B5 is #53294A. Grayscale: #C5C5C5. Windows color (decimal): -5450059 or 11916972. OLE color: 11916972.

HSL color Cylindrical-coordinate representation of color #ACD6B5: hue angle of 132.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6B5 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 181 -
CMYK 0.20 0 0.15 0.16
HSL 132.86º 0.34% 0.76% -
HSV(B) 132.86º 0.2% 0.84% -
XYZ 49.4 60.2 52.73 -
YUV 197.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 172 214 181 0.20 0 0.15 0.16 132.86 0.34 0.76
Hex AC D6 B5 14 0 F 10 85 22 4C
Octal 254 326 265 24 0 17 20 205 42 114
Binary 10101100 11010110 10110101 10100 0 1111 10000 10000101 100010 1001100

Color Harmonies of #ACD6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6B5

Black with #ACD6B5

Text Example


Text Example

White with #ACD6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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