Html Css Color HEX #AAC3B2 Gum Leaf

📋 copy color: '#AAC3B2'

red 170 ◦ green 195 ◦ blue 178

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

Shades of Gum Leaf #AAC3B2

Tints of Gum Leaf #AAC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.91%

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

R = 31.31%
G = 35.91%
B = 32.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#AAC3B2 (or 0xAAC3B2) is known color: Gum Leaf. HEX triplet: AA, C3 and B2. RGB value is (170,195,178). Sum of RGB (Red+Green+Blue) = 170+195+178=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3B2 is #553C4D. Grayscale: #B9B9B9. Windows color (decimal): -5585998 or 11715498. OLE color: 11715498.

HSL color Cylindrical-coordinate representation of color #AAC3B2: hue angle of 139.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3B2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 178 -
CMYK 0.13 0 0.09 0.24
HSL 139.2º 0.17% 0.72% -
HSV(B) 139.2º 0.13% 0.76% -
XYZ 44.13 50.79 49.6 -
YUV 185.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 170 195 178 0.13 0 0.09 0.24 139.2 0.17 0.72
Hex AA C3 B2 D 0 9 18 8B 11 48
Octal 252 303 262 15 0 11 30 213 21 110
Binary 10101010 11000011 10110010 1101 0 1001 11000 10001011 10001 1001000

Color Harmonies of #AAC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3B2

Black with #AAC3B2

Text Example


Text Example

White with #AAC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3B2; }

 p { color: rgb(170,195,178); }

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

background-color css

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

 a { background-color: rgb(170,195,178); }

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

border-color css

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

 span { border-color: rgb(170,195,178); }

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