#AFD8B5

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

Shades of Fringy Flower #AFD8B5

Tints of Fringy Flower #AFD8B5

Color information

#AFD8B5 (or 0xAFD8B5) is unknown color: approx Fringy Flower. HEX triplet: AF, D8 and B5. RGB value is (175,216,181). Sum of RGB (Red+Green+Blue) = 175+216+181=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8B5 is #50274A. Grayscale: #C7C7C7. Windows color (decimal): -5252939 or 11917487. OLE color: 11917487.

HSL color Cylindrical-coordinate representation of color #AFD8B5: hue angle of 128.78º degrees, saturation: 0.34, 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 #AFD8B5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB175216181-
CMYK0.1900.160.15
HSL128.78º34.45%76.67%-
HSV(B)128.78º18.98%84.71%-
XYZ50.5861.5652.93-
YUV199.75117.42110.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 216 (84.77% from 255) = 37.76%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=30.59%
G=37.76%
B=31.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161810.1900.160.15128.7834.4576.67
HexAFD8B513010F81224d
Octal257330265230201720142115
Binary101011111101100010110101100110100001111100000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8B5; }

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

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

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

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

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

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

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

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