#AFF1B6

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

Shades of Fringy Flower #AFF1B6

Tints of Fringy Flower #AFF1B6

Color information

#AFF1B6 (or 0xAFF1B6) is unknown color: approx Fringy Flower. HEX triplet: AF, F1 and B6. RGB value is (175,241,182). Sum of RGB (Red+Green+Blue) = 175+241+182=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1B6 is #500E49. Grayscale: #D6D6D6. Windows color (decimal): -5246538 or 11989423. OLE color: 11989423.

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

Color convert

RGB175241182-
CMYK0.2700.240.05
HSL126.36º70.21%81.57%-
HSV(B)126.36º27.39%94.51%-
XYZ57.5875.455.78-
YUV214.54109.6399.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 241 (94.53% from 255) = 40.30%
BLUE value IS 182 (71.48% from 255) = 30.43%
R=29.26%
G=40.30%
B=30.43%

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
Decimal1752411820.2700.240.05126.3670.2181.57
HexAFF1B61B01857e4652
Octal257361266330305176106122
Binary10101111111100011011011011011011000101111111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1B6; }

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

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

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

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

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

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

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

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