Html Css Color HEX #AACEAE Gum Leaf

📋 copy color: '#AACEAE'

red 170 ◦ green 206 ◦ blue 174

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

Shades of Gum Leaf #AACEAE

Tints of Gum Leaf #AACEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.45%

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

R = 30.91%
G = 37.45%
B = 31.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#AACEAE (or 0xAACEAE) is known color: Gum Leaf. HEX triplet: AA, CE and AE. RGB value is (170,206,174). Sum of RGB (Red+Green+Blue) = 170+206+174=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEAE is #553151. Grayscale: #BFBFBF. Windows color (decimal): -5583186 or 11456170. OLE color: 11456170.

HSL color Cylindrical-coordinate representation of color #AACEAE: hue angle of 126.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEAE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 174 -
CMYK 0.17 0 0.16 0.19
HSL 126.67º 0.27% 0.74% -
HSV(B) 126.67º 0.17% 0.81% -
XYZ 46.29 55.74 48.36 -
YUV 191.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 170 206 174 0.17 0 0.16 0.19 126.67 0.27 0.74
Hex AA CE AE 11 0 10 13 7F 1B 4A
Octal 252 316 256 21 0 20 23 177 33 112
Binary 10101010 11001110 10101110 10001 0 10000 10011 1111111 11011 1001010

Color Harmonies of #AACEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEAE

Black with #AACEAE

Text Example


Text Example

White with #AACEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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