#AFCBB8

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

Shades of Gum Leaf #AFCBB8

Tints of Gum Leaf #AFCBB8

Color information

#AFCBB8 (or 0xAFCBB8) is unknown color: approx Gum Leaf. HEX triplet: AF, CB and B8. RGB value is (175,203,184). Sum of RGB (Red+Green+Blue) = 175+203+184=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBB8 is #503447. Grayscale: #C0C0C0. Windows color (decimal): -5256264 or 12110767. OLE color: 12110767.

HSL color Cylindrical-coordinate representation of color #AFCBB8: hue angle of 139.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBB8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB175203184-
CMYK0.1400.090.20
HSL139.29º21.21%74.12%-
HSV(B)139.29º13.79%79.61%-
XYZ47.6955.2953.51-
YUV192.46123.22115.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=31.14%
G=36.12%
B=32.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031840.1400.090.20139.2921.2174.12
HexAFCBB8E09148b154a
Octal257313270160112421325112
Binary1010111111001011101110001110010011010010001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBB8; }

 p { color: rgb(175,203,184); }

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

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

 a { background-color: rgb(175,203,184); }

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

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

 span { border-color: rgb(175,203,184); }

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