Html Css Color HEX #AACFB3 Gum Leaf

📋 copy color: '#AACFB3'

red 170 ◦ green 207 ◦ blue 179

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

Shades of Gum Leaf #AACFB3

Tints of Gum Leaf #AACFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.19%

R = 30.58%
G = 37.23%
B = 32.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#AACFB3 (or 0xAACFB3) is known color: Gum Leaf. HEX triplet: AA, CF and B3. RGB value is (170,207,179). Sum of RGB (Red+Green+Blue) = 170+207+179=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFB3 is #55304C. Grayscale: #C0C0C0. Windows color (decimal): -5582925 or 11784106. OLE color: 11784106.

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

Color convert

RGB 170 207 179 -
CMYK 0.18 0 0.14 0.19
HSL 134.59º 0.28% 0.74% -
HSV(B) 134.59º 0.18% 0.81% -
XYZ 47.03 56.43 51.06 -
YUV 192.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 170 207 179 0.18 0 0.14 0.19 134.59 0.28 0.74
Hex AA CF B3 12 0 E 13 87 1C 4A
Octal 252 317 263 22 0 16 23 207 34 112
Binary 10101010 11001111 10110011 10010 0 1110 10011 10000111 11100 1001010

Color Harmonies of #AACFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFB3

Black with #AACFB3

Text Example


Text Example

White with #AACFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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