#AFDAB6

Color #AFDAB6 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AFDAB6

Tints of Fringy Flower #AFDAB6

Color information

#AFDAB6 (or 0xAFDAB6) is unknown color: approx Fringy Flower. HEX triplet: AF, DA and B6. RGB value is (175,218,182). Sum of RGB (Red+Green+Blue) = 175+218+182=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAB6 is #502549. Grayscale: #C9C9C9. Windows color (decimal): -5252426 or 11983535. OLE color: 11983535.

HSL color Cylindrical-coordinate representation of color #AFDAB6: hue angle of 129.77º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB6 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB175218182-
CMYK0.2000.170.15
HSL129.77º36.75%77.06%-
HSV(B)129.77º19.72%85.49%-
XYZ51.1962.6353.65-
YUV201.04117.25109.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=30.43%
G=37.91%
B=31.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181820.2000.170.15129.7736.7577.06
HexAFDAB614011F82254d
Octal257332266240211720245115
Binary101011111101101010110110101000100011111100000101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAB6; }

 p { color: rgb(175,218,182); }

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

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

 a { background-color: rgb(175,218,182); }

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

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

 span { border-color: rgb(175,218,182); }

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