#AFD9BD

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

Shades of Fringy Flower #AFD9BD

Tints of Fringy Flower #AFD9BD

Color information

#AFD9BD (or 0xAFD9BD) is unknown color: approx Fringy Flower. HEX triplet: AF, D9 and BD. RGB value is (175,217,189). Sum of RGB (Red+Green+Blue) = 175+217+189=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9BD is #502642. Grayscale: #C9C9C9. Windows color (decimal): -5252675 or 12442031. OLE color: 12442031.

HSL color Cylindrical-coordinate representation of color #AFD9BD: hue angle of 140º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9BD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB175217189-
CMYK0.1900.130.15
HSL140º35.59%76.86%-
HSV(B)140º19.35%85.1%-
XYZ51.6862.4157.47-
YUV201.25121.09109.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=30.12%
G=37.35%
B=32.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171890.1900.130.1514035.5976.86
HexAFD9BD130DF8c244d
Octal257331275230151721444115
Binary10101111110110011011110110011011011111100011001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9BD; }

 p { color: rgb(175,217,189); }

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

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

 a { background-color: rgb(175,217,189); }

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

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

 span { border-color: rgb(175,217,189); }

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