Html Css Color HEX #AACFB4 Gum Leaf

📋 copy color: '#AACFB4'

red 170 ◦ green 207 ◦ blue 180

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

Shades of Gum Leaf #AACFB4

Tints of Gum Leaf #AACFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.32%

R = 30.52%
G = 37.16%
B = 32.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#AACFB4 (or 0xAACFB4) is known color: Gum Leaf. HEX triplet: AA, CF and B4. RGB value is (170,207,180). Sum of RGB (Red+Green+Blue) = 170+207+180=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFB4 is #55304B. Grayscale: #C0C0C0. Windows color (decimal): -5582924 or 11849642. OLE color: 11849642.

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

Color convert

RGB 170 207 180 -
CMYK 0.18 0 0.13 0.19
HSL 136.22º 0.28% 0.74% -
HSV(B) 136.22º 0.18% 0.81% -
XYZ 47.13 56.47 51.6 -
YUV 192.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 170 207 180 0.18 0 0.13 0.19 136.22 0.28 0.74
Hex AA CF B4 12 0 D 13 88 1C 4A
Octal 252 317 264 22 0 15 23 210 34 112
Binary 10101010 11001111 10110100 10010 0 1101 10011 10001000 11100 1001010

Color Harmonies of #AACFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFB4

Black with #AACFB4

Text Example


Text Example

White with #AACFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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