#A8CFAA

Color #A8CFAA Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A8CFAA

Tints of Gum Leaf #A8CFAA

Color information

#A8CFAA (or 0xA8CFAA) is unknown color: approx Gum Leaf. HEX triplet: A8, CF and AA. RGB value is (168,207,170). Sum of RGB (Red+Green+Blue) = 168+207+170=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFAA is #573055. Grayscale: #BFBFBF. Windows color (decimal): -5714006 or 11194280. OLE color: 11194280.

HSL color Cylindrical-coordinate representation of color #A8CFAA: hue angle of 123.08º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFAA is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB168207170-
CMYK0.1900.180.19
HSL123.08º28.89%73.53%-
HSV(B)123.08º18.84%81.18%-
XYZ45.7255.8546.4-
YUV191.12116.08111.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=30.83%
G=37.98%
B=31.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071700.1900.180.19123.0828.8973.53
HexA8CFAA13012137b1d4a
Octal250317252230222317335112
Binary10101000110011111010101010011010010100111111011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFAA; }

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

 H1.HeaderClassName
 {
   color: #A8CFAA;
 }
 .AnyTagClassName
 {
   color: #A8CFAA;
 }
</style>
background-color css

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

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

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

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

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

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