#AFF0B7

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

Shades of Fringy Flower #AFF0B7

Tints of Fringy Flower #AFF0B7

Color information

#AFF0B7 (or 0xAFF0B7) is unknown color: approx Fringy Flower. HEX triplet: AF, F0 and B7. RGB value is (175,240,183). Sum of RGB (Red+Green+Blue) = 175+240+183=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0B7 is #500F48. Grayscale: #D6D6D6. Windows color (decimal): -5246793 or 12054703. OLE color: 12054703.

HSL color Cylindrical-coordinate representation of color #AFF0B7: hue angle of 127.38º 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 #AFF0B7 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB175240183-
CMYK0.2700.240.06
HSL127.38º68.42%81.37%-
HSV(B)127.38º27.08%94.12%-
XYZ57.3974.8556.22-
YUV214.07110.47100.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=29.26%
G=40.13%
B=30.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401830.2700.240.06127.3868.4281.37
HexAFF0B71B01867f4451
Octal257360267330306177104121
Binary10101111111100001011011111011011000110111111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0B7; }

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

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

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

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

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

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

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

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