Html Css Color HEX #AACDB6 Gum Leaf

📋 copy color: '#AACDB6'

red 170 ◦ green 205 ◦ blue 182

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

Shades of Gum Leaf #AACDB6

Tints of Gum Leaf #AACDB6

RGB

 RED value IS 170 (66.8% from 255) = 30.52%

 GREEN value IS 205 (80.47% from 255) = 36.8%

 BLUE value IS 182 (71.48% from 255) = 32.68%

R = 30.52%
G = 36.8%
B = 32.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#AACDB6 (or 0xAACDB6) is known color: Gum Leaf. HEX triplet: AA, CD and B6. RGB value is (170,205,182). Sum of RGB (Red+Green+Blue) = 170+205+182=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDB6 is #553249. Grayscale: #BFBFBF. Windows color (decimal): -5583434 or 11980202. OLE color: 11980202.

HSL color Cylindrical-coordinate representation of color #AACDB6: hue angle of 140.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDB6 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 182 -
CMYK 0.17 0 0.11 0.20
HSL 140.57º 0.26% 0.74% -
HSV(B) 140.57º 0.17% 0.8% -
XYZ 46.85 55.59 52.52 -
YUV 191.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 170 205 182 0.17 0 0.11 0.20 140.57 0.26 0.74
Hex AA CD B6 11 0 B 14 8D 1A 4A
Octal 252 315 266 21 0 13 24 215 32 112
Binary 10101010 11001101 10110110 10001 0 1011 10100 10001101 11010 1001010

Color Harmonies of #AACDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDB6

Black with #AACDB6

Text Example


Text Example

White with #AACDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDB6; }

 p { color: rgb(170,205,182); }

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

background-color css

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

 a { background-color: rgb(170,205,182); }

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

border-color css

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

 span { border-color: rgb(170,205,182); }

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