Html Css Color HEX #AACFB8 Gum Leaf

📋 copy color: '#AACFB8'

red 170 ◦ green 207 ◦ blue 184

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

Shades of Gum Leaf #AACFB8

Tints of Gum Leaf #AACFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 30.3%
G = 36.9%
B = 32.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#AACFB8 (or 0xAACFB8) is known color: Gum Leaf. HEX triplet: AA, CF and B8. RGB value is (170,207,184). Sum of RGB (Red+Green+Blue) = 170+207+184=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFB8 is #553047. Grayscale: #C1C1C1. Windows color (decimal): -5582920 or 12111786. OLE color: 12111786.

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

Color convert

RGB 170 207 184 -
CMYK 0.18 0 0.11 0.19
HSL 142.7º 0.28% 0.74% -
HSV(B) 142.7º 0.18% 0.81% -
XYZ 47.54 56.63 53.77 -
YUV 193.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 170 207 184 0.18 0 0.11 0.19 142.7 0.28 0.74
Hex AA CF B8 12 0 B 13 8F 1C 4A
Octal 252 317 270 22 0 13 23 217 34 112
Binary 10101010 11001111 10111000 10010 0 1011 10011 10001111 11100 1001010

Color Harmonies of #AACFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFB8

Black with #AACFB8

Text Example


Text Example

White with #AACFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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