#AFCBB7

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

Shades of Gum Leaf #AFCBB7

Tints of Gum Leaf #AFCBB7

Color information

#AFCBB7 (or 0xAFCBB7) is unknown color: approx Gum Leaf. HEX triplet: AF, CB and B7. RGB value is (175,203,183). Sum of RGB (Red+Green+Blue) = 175+203+183=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBB7 is #503448. Grayscale: #C0C0C0. Windows color (decimal): -5256265 or 12045231. OLE color: 12045231.

HSL color Cylindrical-coordinate representation of color #AFCBB7: hue angle of 137.14º 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 #AFCBB7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB175203183-
CMYK0.1400.100.20
HSL137.14º21.21%74.12%-
HSV(B)137.14º13.79%79.61%-
XYZ47.5855.2452.96-
YUV192.35122.72115.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=31.19%
G=36.19%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031830.1400.100.20137.1421.2174.12
HexAFCBB7E0A1489154a
Octal257313267160122421125112
Binary1010111111001011101101111110010101010010001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBB7; }

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

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

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

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

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

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

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

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