Html Css Color HEX #AACBAE Gum Leaf

📋 copy color: '#AACBAE'

red 170 ◦ green 203 ◦ blue 174

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

Shades of Gum Leaf #AACBAE

Tints of Gum Leaf #AACBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.11%

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 31.08%
G = 37.11%
B = 31.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#AACBAE (or 0xAACBAE) is known color: Gum Leaf. HEX triplet: AA, CB and AE. RGB value is (170,203,174). Sum of RGB (Red+Green+Blue) = 170+203+174=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBAE is #553451. Grayscale: #BDBDBD. Windows color (decimal): -5583954 or 11455402. OLE color: 11455402.

HSL color Cylindrical-coordinate representation of color #AACBAE: hue angle of 127.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBAE is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 174 -
CMYK 0.16 0 0.14 0.20
HSL 127.27º 0.24% 0.73% -
HSV(B) 127.27º 0.16% 0.8% -
XYZ 45.57 54.31 48.13 -
YUV 189.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 170 203 174 0.16 0 0.14 0.20 127.27 0.24 0.73
Hex AA CB AE 10 0 E 14 7F 18 49
Octal 252 313 256 20 0 16 24 177 30 111
Binary 10101010 11001011 10101110 10000 0 1110 10100 1111111 11000 1001001

Color Harmonies of #AACBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBAE

Black with #AACBAE

Text Example


Text Example

White with #AACBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBAE; }

 p { color: rgb(170,203,174); }

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

background-color css

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

 a { background-color: rgb(170,203,174); }

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

border-color css

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

 span { border-color: rgb(170,203,174); }

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