Html Css Color HEX #AACFB2 Gum Leaf

📋 copy color: '#AACFB2'

red 170 ◦ green 207 ◦ blue 178

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

Shades of Gum Leaf #AACFB2

Tints of Gum Leaf #AACFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.07%

R = 30.63%
G = 37.3%
B = 32.07%

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

#AACFB2 (or 0xAACFB2) is known color: Gum Leaf. HEX triplet: AA, CF and B2. RGB value is (170,207,178). Sum of RGB (Red+Green+Blue) = 170+207+178=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFB2 is #55304D. Grayscale: #C0C0C0. Windows color (decimal): -5582926 or 11718570. OLE color: 11718570.

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

Color convert

RGB 170 207 178 -
CMYK 0.18 0 0.14 0.19
HSL 132.97º 0.28% 0.74% -
HSV(B) 132.97º 0.18% 0.81% -
XYZ 46.93 56.39 50.53 -
YUV 192.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 170 207 178 0.18 0 0.14 0.19 132.97 0.28 0.74
Hex AA CF B2 12 0 E 13 85 1C 4A
Octal 252 317 262 22 0 16 23 205 34 112
Binary 10101010 11001111 10110010 10010 0 1110 10011 10000101 11100 1001010

Color Harmonies of #AACFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFB2

Black with #AACFB2

Text Example


Text Example

White with #AACFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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