#AFF0BD

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

Shades of Fringy Flower #AFF0BD

Tints of Fringy Flower #AFF0BD

Color information

#AFF0BD (or 0xAFF0BD) is unknown color: approx Fringy Flower. HEX triplet: AF, F0 and BD. RGB value is (175,240,189). Sum of RGB (Red+Green+Blue) = 175+240+189=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0BD is #500F42. Grayscale: #D6D6D6. Windows color (decimal): -5246787 or 12447919. OLE color: 12447919.

HSL color Cylindrical-coordinate representation of color #AFF0BD: hue angle of 132.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0BD is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB175240189-
CMYK0.2700.210.06
HSL132.92º68.42%81.37%-
HSV(B)132.92º27.08%94.12%-
XYZ58.0275.1159.58-
YUV214.75113.4799.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=28.97%
G=39.74%
B=31.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401890.2700.210.06132.9268.4281.37
HexAFF0BD1B0156854451
Octal257360275330256205104121
Binary101011111111000010111101110110101011101000010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0BD; }

 p { color: rgb(175,240,189); }

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

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

 a { background-color: rgb(175,240,189); }

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

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

 span { border-color: rgb(175,240,189); }

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