#AFD9BE

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

Shades of Fringy Flower #AFD9BE

Tints of Fringy Flower #AFD9BE

Color information

#AFD9BE (or 0xAFD9BE) is unknown color: approx Fringy Flower. HEX triplet: AF, D9 and BE. RGB value is (175,217,190). Sum of RGB (Red+Green+Blue) = 175+217+190=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9BE is #502641. Grayscale: #C9C9C9. Windows color (decimal): -5252674 or 12507567. OLE color: 12507567.

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

Color convert

RGB175217190-
CMYK0.1900.120.15
HSL141.43º35.59%76.86%-
HSV(B)141.43º19.35%85.1%-
XYZ51.7962.4658.04-
YUV201.36121.59109.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=30.07%
G=37.29%
B=32.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171900.1900.120.15141.4335.5976.86
HexAFD9BE130CF8d244d
Octal257331276230141721544115
Binary10101111110110011011111010011011001111100011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9BE; }

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

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

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

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

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

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

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

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