#AFDDC0

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

Shades of Fringy Flower #AFDDC0

Tints of Fringy Flower #AFDDC0

Color information

#AFDDC0 (or 0xAFDDC0) is unknown color: approx Fringy Flower. HEX triplet: AF, DD and C0. RGB value is (175,221,192). Sum of RGB (Red+Green+Blue) = 175+221+192=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC0 is #50223F. Grayscale: #CCCCCC. Windows color (decimal): -5251648 or 12639663. OLE color: 12639663.

HSL color Cylindrical-coordinate representation of color #AFDDC0: hue angle of 142.17º 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 #AFDDC0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB175221192-
CMYK0.2100.130.13
HSL142.17º40.35%77.65%-
HSV(B)142.17º20.81%86.67%-
XYZ53.0564.6359.55-
YUV203.94121.26107.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 192 (75.39% from 255) = 32.65%
R=29.76%
G=37.59%
B=32.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211920.2100.130.13142.1740.3577.65
HexAFDDC0150DD8e284e
Octal257335300250151521650116
Binary10101111110111011100000010101011011101100011101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDC0; }

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

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

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

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

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

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

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

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