#AFF2B7

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

Shades of Fringy Flower #AFF2B7

Tints of Fringy Flower #AFF2B7

Color information

#AFF2B7 (or 0xAFF2B7) is unknown color: approx Fringy Flower. HEX triplet: AF, F2 and B7. RGB value is (175,242,183). Sum of RGB (Red+Green+Blue) = 175+242+183=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2B7 is #500D48. Grayscale: #D7D7D7. Windows color (decimal): -5246281 or 12055215. OLE color: 12055215.

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

Color convert

RGB175242183-
CMYK0.2800.240.05
HSL127.16º72.04%81.76%-
HSV(B)127.16º27.69%94.9%-
XYZ57.9876.0456.42-
YUV215.24109.899.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 183 (71.88% from 255) = 30.5%
R=29.17%
G=40.33%
B=30.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421830.2800.240.05127.1672.0481.76
HexAFF2B71C01857f4852
Octal257362267340305177110122
Binary10101111111100101011011111100011000101111111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2B7; }

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

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

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

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

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

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

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

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