#AFD2B8

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

Shades of Gum Leaf #AFD2B8

Tints of Gum Leaf #AFD2B8

Color information

#AFD2B8 (or 0xAFD2B8) is unknown color: approx Gum Leaf. HEX triplet: AF, D2 and B8. RGB value is (175,210,184). Sum of RGB (Red+Green+Blue) = 175+210+184=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2B8 is #502D47. Grayscale: #C4C4C4. Windows color (decimal): -5254472 or 12112559. OLE color: 12112559.

HSL color Cylindrical-coordinate representation of color #AFD2B8: hue angle of 135.43º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2B8 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB175210184-
CMYK0.1700.120.18
HSL135.43º28%75.49%-
HSV(B)135.43º16.67%82.35%-
XYZ49.3858.6754.07-
YUV196.57120.9112.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 184 (72.27% from 255) = 32.34%
R=30.76%
G=36.91%
B=32.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101840.1700.120.18135.432875.49
HexAFD2B8110C12871c4b
Octal257322270210142220734113
Binary10101111110100101011100010001011001001010000111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2B8; }

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

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

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

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

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

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

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

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