#AFDDB5

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

Shades of Fringy Flower #AFDDB5

Tints of Fringy Flower #AFDDB5

Color information

#AFDDB5 (or 0xAFDDB5) is unknown color: approx Fringy Flower. HEX triplet: AF, DD and B5. RGB value is (175,221,181). Sum of RGB (Red+Green+Blue) = 175+221+181=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDB5 is #50224A. Grayscale: #CACACA. Windows color (decimal): -5251659 or 11918767. OLE color: 11918767.

HSL color Cylindrical-coordinate representation of color #AFDDB5: hue angle of 127.83º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDB5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB175221181-
CMYK0.2100.180.13
HSL127.83º40.35%77.65%-
HSV(B)127.83º20.81%86.67%-
XYZ51.8864.1653.37-
YUV202.69115.76108.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=30.33%
G=38.30%
B=31.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211810.2100.180.13127.8340.3577.65
HexAFDDB515012D80284e
Octal257335265250221520050116
Binary101011111101110110110101101010100101101100000001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDB5; }

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

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

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

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

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

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

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

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