#AFD7BD

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

Shades of Fringy Flower #AFD7BD

Tints of Fringy Flower #AFD7BD

Color information

#AFD7BD (or 0xAFD7BD) is unknown color: approx Fringy Flower. HEX triplet: AF, D7 and BD. RGB value is (175,215,189). Sum of RGB (Red+Green+Blue) = 175+215+189=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7BD is #502842. Grayscale: #C8C8C8. Windows color (decimal): -5253187 or 12441519. OLE color: 12441519.

HSL color Cylindrical-coordinate representation of color #AFD7BD: hue angle of 141º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD7BD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB175215189-
CMYK0.1900.120.16
HSL141º33.33%76.47%-
HSV(B)141º18.6%84.31%-
XYZ51.1661.3957.3-
YUV200.08121.75110.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=30.22%
G=37.13%
B=32.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151890.1900.120.1614133.3376.47
HexAFD7BD130C108d214c
Octal257327275230142021541114
Binary101011111101011110111101100110110010000100011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7BD; }

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

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

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

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

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

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

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

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