Html Css Color HEX #AACFB0 Gum Leaf

📋 copy color: '#AACFB0'

red 170 ◦ green 207 ◦ blue 176

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

Shades of Gum Leaf #AACFB0

Tints of Gum Leaf #AACFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.43%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 30.74%
G = 37.43%
B = 31.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#AACFB0 (or 0xAACFB0) is known color: Gum Leaf. HEX triplet: AA, CF and B0. RGB value is (170,207,176). Sum of RGB (Red+Green+Blue) = 170+207+176=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFB0 is #55304F. Grayscale: #C0C0C0. Windows color (decimal): -5582928 or 11587498. OLE color: 11587498.

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

Color convert

RGB 170 207 176 -
CMYK 0.18 0 0.15 0.19
HSL 129.73º 0.28% 0.74% -
HSV(B) 129.73º 0.18% 0.81% -
XYZ 46.73 56.31 49.48 -
YUV 192.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 170 207 176 0.18 0 0.15 0.19 129.73 0.28 0.74
Hex AA CF B0 12 0 F 13 82 1C 4A
Octal 252 317 260 22 0 17 23 202 34 112
Binary 10101010 11001111 10110000 10010 0 1111 10011 10000010 11100 1001010

Color Harmonies of #AACFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFB0

Black with #AACFB0

Text Example


Text Example

White with #AACFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFB0; }

 p { color: rgb(170,207,176); }

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

background-color css

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

 a { background-color: rgb(170,207,176); }

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

border-color css

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

 span { border-color: rgb(170,207,176); }

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