#AFF1B7

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

Shades of Fringy Flower #AFF1B7

Tints of Fringy Flower #AFF1B7

Color information

#AFF1B7 (or 0xAFF1B7) is unknown color: approx Fringy Flower. HEX triplet: AF, F1 and B7. RGB value is (175,241,183). Sum of RGB (Red+Green+Blue) = 175+241+183=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1B7 is #500E48. Grayscale: #D6D6D6. Windows color (decimal): -5246537 or 12054959. OLE color: 12054959.

HSL color Cylindrical-coordinate representation of color #AFF1B7: hue angle of 127.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1B7 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB175241183-
CMYK0.2700.240.05
HSL127.27º70.21%81.57%-
HSV(B)127.27º27.39%94.51%-
XYZ57.6875.4456.32-
YUV214.65110.1399.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 183 (71.88% from 255) = 30.55%
R=29.22%
G=40.23%
B=30.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411830.2700.240.05127.2770.2181.57
HexAFF1B71B01857f4652
Octal257361267330305177106122
Binary10101111111100011011011111011011000101111111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1B7; }

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

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

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

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

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

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

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

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