Html Css Color HEX #AACEB8 Gum Leaf

📋 copy color: '#AACEB8'

red 170 ◦ green 206 ◦ blue 184

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

Shades of Gum Leaf #AACEB8

Tints of Gum Leaf #AACEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.86%

R = 30.36%
G = 36.79%
B = 32.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#AACEB8 (or 0xAACEB8) is known color: Gum Leaf. HEX triplet: AA, CE and B8. RGB value is (170,206,184). Sum of RGB (Red+Green+Blue) = 170+206+184=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEB8 is #553147. Grayscale: #C0C0C0. Windows color (decimal): -5583176 or 12111530. OLE color: 12111530.

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

Color convert

RGB 170 206 184 -
CMYK 0.17 0 0.11 0.19
HSL 143.33º 0.27% 0.74% -
HSV(B) 143.33º 0.17% 0.81% -
XYZ 47.3 56.15 53.69 -
YUV 192.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 170 206 184 0.17 0 0.11 0.19 143.33 0.27 0.74
Hex AA CE B8 11 0 B 13 8F 1B 4A
Octal 252 316 270 21 0 13 23 217 33 112
Binary 10101010 11001110 10111000 10001 0 1011 10011 10001111 11011 1001010

Color Harmonies of #AACEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEB8

Black with #AACEB8

Text Example


Text Example

White with #AACEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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