Html Css Color HEX #ACD5B2 Gum Leaf

📋 copy color: '#ACD5B2'

red 172 ◦ green 213 ◦ blue 178

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

Shades of Gum Leaf #ACD5B2

Tints of Gum Leaf #ACD5B2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.83%

 BLUE value IS 178 (69.92% from 255) = 31.62%

R = 30.55%
G = 37.83%
B = 31.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#ACD5B2 (or 0xACD5B2) is known color: Gum Leaf. HEX triplet: AC, D5 and B2. RGB value is (172,213,178). Sum of RGB (Red+Green+Blue) = 172+213+178=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5B2 is #532A4D. Grayscale: #C4C4C4. Windows color (decimal): -5450318 or 11720108. OLE color: 11720108.

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

Color convert

RGB 172 213 178 -
CMYK 0.19 0 0.16 0.16
HSL 128.78º 0.33% 0.75% -
HSV(B) 128.78º 0.19% 0.84% -
XYZ 48.84 59.57 51.04 -
YUV 196.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 172 213 178 0.19 0 0.16 0.16 128.78 0.33 0.75
Hex AC D5 B2 13 0 10 10 81 21 4B
Octal 254 325 262 23 0 20 20 201 41 113
Binary 10101100 11010101 10110010 10011 0 10000 10000 10000001 100001 1001011

Color Harmonies of #ACD5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5B2

Black with #ACD5B2

Text Example


Text Example

White with #ACD5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5B2; }

 p { color: rgb(172,213,178); }

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

background-color css

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

 a { background-color: rgb(172,213,178); }

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

border-color css

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

 span { border-color: rgb(172,213,178); }

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