#A8CFB4

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

Shades of Gum Leaf #A8CFB4

Tints of Gum Leaf #A8CFB4

Color information

#A8CFB4 (or 0xA8CFB4) is unknown color: approx Gum Leaf. HEX triplet: A8, CF and B4. RGB value is (168,207,180). Sum of RGB (Red+Green+Blue) = 168+207+180=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB4 is #57304B. Grayscale: #C0C0C0. Windows color (decimal): -5713996 or 11849640. OLE color: 11849640.

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

Color convert

RGB168207180-
CMYK0.1900.130.19
HSL138.46º28.89%73.53%-
HSV(B)138.46º18.84%81.18%-
XYZ46.756.2551.58-
YUV192.26121.08110.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=30.27%
G=37.30%
B=32.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071800.1900.130.19138.4628.8973.53
HexA8CFB4130D138a1d4a
Octal250317264230152321235112
Binary10101000110011111011010010011011011001110001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFB4; }

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

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

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

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

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

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

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

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