#AFF1BE

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

Shades of Fringy Flower #AFF1BE

Tints of Fringy Flower #AFF1BE

Color information

#AFF1BE (or 0xAFF1BE) is unknown color: approx Fringy Flower. HEX triplet: AF, F1 and BE. RGB value is (175,241,190). Sum of RGB (Red+Green+Blue) = 175+241+190=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1BE is #500E41. Grayscale: #D7D7D7. Windows color (decimal): -5246530 or 12513711. OLE color: 12513711.

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

Color convert

RGB175241190-
CMYK0.2700.210.05
HSL133.64º70.21%81.57%-
HSV(B)133.64º27.39%94.51%-
XYZ58.4375.7460.26-
YUV215.45113.6399.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 241 (94.53% from 255) = 39.77%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=28.88%
G=39.77%
B=31.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411900.2700.210.05133.6470.2181.57
HexAFF1BE1B0155864652
Octal257361276330255206106122
Binary101011111111000110111110110110101011011000011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1BE; }

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

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

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

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

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

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

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

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