#AFDAB5

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

Shades of Fringy Flower #AFDAB5

Tints of Fringy Flower #AFDAB5

Color information

#AFDAB5 (or 0xAFDAB5) is unknown color: approx Fringy Flower. HEX triplet: AF, DA and B5. RGB value is (175,218,181). Sum of RGB (Red+Green+Blue) = 175+218+181=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAB5 is #50254A. Grayscale: #C9C9C9. Windows color (decimal): -5252427 or 11917999. OLE color: 11917999.

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

Color convert

RGB175218181-
CMYK0.2000.170.15
HSL128.37º36.75%77.06%-
HSV(B)128.37º19.72%85.49%-
XYZ51.0962.5953.1-
YUV200.92116.75109.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=30.49%
G=37.98%
B=31.53%

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
Decimal1752181810.2000.170.15128.3736.7577.06
HexAFDAB514011F80254d
Octal257332265240211720045115
Binary101011111101101010110101101000100011111100000001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAB5; }

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

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

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

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

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

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

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

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