Html Css Color HEX #AACFB1 Gum Leaf

📋 copy color: '#AACFB1'

red 170 ◦ green 207 ◦ blue 177

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

Shades of Gum Leaf #AACFB1

Tints of Gum Leaf #AACFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.95%

R = 30.69%
G = 37.36%
B = 31.95%

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

#AACFB1 (or 0xAACFB1) is known color: Gum Leaf. HEX triplet: AA, CF and B1. RGB value is (170,207,177). Sum of RGB (Red+Green+Blue) = 170+207+177=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFB1 is #55304E. Grayscale: #C0C0C0. Windows color (decimal): -5582927 or 11653034. OLE color: 11653034.

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

Color convert

RGB 170 207 177 -
CMYK 0.18 0 0.14 0.19
HSL 131.35º 0.28% 0.74% -
HSV(B) 131.35º 0.18% 0.81% -
XYZ 46.83 56.35 50 -
YUV 192.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 170 207 177 0.18 0 0.14 0.19 131.35 0.28 0.74
Hex AA CF B1 12 0 E 13 83 1C 4A
Octal 252 317 261 22 0 16 23 203 34 112
Binary 10101010 11001111 10110001 10010 0 1110 10011 10000011 11100 1001010

Color Harmonies of #AACFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFB1

Black with #AACFB1

Text Example


Text Example

White with #AACFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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