Html Css Color HEX #A8CAAC Gum Leaf

📋 copy color: '#A8CAAC'

red 168 ◦ green 202 ◦ blue 172

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

Shades of Gum Leaf #A8CAAC

Tints of Gum Leaf #A8CAAC

RGB

 RED value IS 168 (66.02% from 255) = 31%

 GREEN value IS 202 (79.3% from 255) = 37.27%

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 31%
G = 37.27%
B = 31.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#A8CAAC (or 0xA8CAAC) is known color: Gum Leaf. HEX triplet: A8, CA and AC. RGB value is (168,202,172). Sum of RGB (Red+Green+Blue) = 168+202+172=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAAC is #573553. Grayscale: #BCBCBC. Windows color (decimal): -5715284 or 11324072. OLE color: 11324072.

HSL color Cylindrical-coordinate representation of color #A8CAAC: hue angle of 127.06º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAAC is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 172 -
CMYK 0.17 0 0.15 0.21
HSL 127.06º 0.24% 0.73% -
HSV(B) 127.06º 0.17% 0.79% -
XYZ 44.72 53.54 47.01 -
YUV 188.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 168 202 172 0.17 0 0.15 0.21 127.06 0.24 0.73
Hex A8 CA AC 11 0 F 15 7F 18 49
Octal 250 312 254 21 0 17 25 177 30 111
Binary 10101000 11001010 10101100 10001 0 1111 10101 1111111 11000 1001001

Color Harmonies of #A8CAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAAC

Black with #A8CAAC

Text Example


Text Example

White with #A8CAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAAC; }

 p { color: rgb(168,202,172); }

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

background-color css

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

 a { background-color: rgb(168,202,172); }

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

border-color css

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

 span { border-color: rgb(168,202,172); }

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