#AFCCB2

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

Shades of Gum Leaf #AFCCB2

Tints of Gum Leaf #AFCCB2

Color information

#AFCCB2 (or 0xAFCCB2) is unknown color: approx Gum Leaf. HEX triplet: AF, CC and B2. RGB value is (175,204,178). Sum of RGB (Red+Green+Blue) = 175+204+178=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCB2 is #50334D. Grayscale: #C0C0C0. Windows color (decimal): -5256014 or 11717807. OLE color: 11717807.

HSL color Cylindrical-coordinate representation of color #AFCCB2: hue angle of 126.21º degrees, saturation: 0.22, 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 #AFCCB2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB175204178-
CMYK0.1400.130.2
HSL126.21º22.14%74.31%-
HSV(B)126.21º14.22%80%-
XYZ47.3155.5150.34-
YUV192.36119.89115.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=31.42%
G=36.62%
B=31.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041780.1400.130.2126.2122.1474.31
HexAFCCB2E0D147e164a
Octal257314262160152417626112
Binary101011111100110010110010111001101101001111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCB2; }

 p { color: rgb(175,204,178); }

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

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

 a { background-color: rgb(175,204,178); }

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

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

 span { border-color: rgb(175,204,178); }

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