Html Css Color HEX #AABEAF Gum Leaf

📋 copy color: '#AABEAF'

red 170 ◦ green 190 ◦ blue 175

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

Shades of Gum Leaf #AABEAF

Tints of Gum Leaf #AABEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

 BLUE value IS 175 (68.75% from 255) = 32.71%

R = 31.78%
G = 35.51%
B = 32.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#AABEAF (or 0xAABEAF) is known color: Gum Leaf. HEX triplet: AA, BE and AF. RGB value is (170,190,175). Sum of RGB (Red+Green+Blue) = 170+190+175=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAF is #554150. Grayscale: #B6B6B6. Windows color (decimal): -5587281 or 11517610. OLE color: 11517610.

HSL color Cylindrical-coordinate representation of color #AABEAF: hue angle of 135º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEAF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 175 -
CMYK 0.11 0 0.08 0.25
HSL 135º 0.13% 0.71% -
HSV(B) 135º 0.11% 0.75% -
XYZ 42.73 48.47 47.66 -
YUV 182.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 170 190 175 0.11 0 0.08 0.25 135 0.13 0.71
Hex AA BE AF B 0 8 19 87 D 47
Octal 252 276 257 13 0 10 31 207 15 107
Binary 10101010 10111110 10101111 1011 0 1000 11001 10000111 1101 1000111

Color Harmonies of #AABEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEAF

Black with #AABEAF

Text Example


Text Example

White with #AABEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEAF; }

 p { color: rgb(170,190,175); }

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

background-color css

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

 a { background-color: rgb(170,190,175); }

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

border-color css

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

 span { border-color: rgb(170,190,175); }

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