#AFFDC2

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

Shades of Fringy Flower #AFFDC2

Tints of Fringy Flower #AFFDC2

Color information

#AFFDC2 (or 0xAFFDC2) is unknown color: approx Fringy Flower. HEX triplet: AF, FD and C2. RGB value is (175,253,194). Sum of RGB (Red+Green+Blue) = 175+253+194=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC2 is #50023D. Grayscale: #DFDFDF. Windows color (decimal): -5243454 or 12778927. OLE color: 12778927.

HSL color Cylindrical-coordinate representation of color #AFFDC2: hue angle of 134.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDC2 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB175253194-
CMYK0.3100.230.01
HSL134.62º95.12%83.92%-
HSV(B)134.62º30.83%99.22%-
XYZ62.5483.2663.81-
YUV222.95111.6693.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 253 (99.22% from 255) = 40.68%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=28.14%
G=40.68%
B=31.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531940.3100.230.01134.6295.1283.92
HexAFFDC21F0171875f54
Octal257375302370271207137124
Binary1010111111111101110000101111101011111000011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDC2; }

 p { color: rgb(175,253,194); }

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

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

 a { background-color: rgb(175,253,194); }

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

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

 span { border-color: rgb(175,253,194); }

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