Html Css Color HEX #AACEB5 Gum Leaf

📋 copy color: '#AACEB5'

red 170 ◦ green 206 ◦ blue 181

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

Shades of Gum Leaf #AACEB5

Tints of Gum Leaf #AACEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 30.52%
G = 36.98%
B = 32.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#AACEB5 (or 0xAACEB5) is known color: Gum Leaf. HEX triplet: AA, CE and B5. RGB value is (170,206,181). Sum of RGB (Red+Green+Blue) = 170+206+181=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEB5 is #55314A. Grayscale: #C0C0C0. Windows color (decimal): -5583179 or 11914922. OLE color: 11914922.

HSL color Cylindrical-coordinate representation of color #AACEB5: hue angle of 138.33º 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 #AACEB5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 181 -
CMYK 0.17 0 0.12 0.19
HSL 138.33º 0.27% 0.74% -
HSV(B) 138.33º 0.17% 0.81% -
XYZ 46.99 56.02 52.05 -
YUV 192.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 170 206 181 0.17 0 0.12 0.19 138.33 0.27 0.74
Hex AA CE B5 11 0 C 13 8A 1B 4A
Octal 252 316 265 21 0 14 23 212 33 112
Binary 10101010 11001110 10110101 10001 0 1100 10011 10001010 11011 1001010

Color Harmonies of #AACEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEB5

Black with #AACEB5

Text Example


Text Example

White with #AACEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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