#AFF5BF

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

Shades of Fringy Flower #AFF5BF

Tints of Fringy Flower #AFF5BF

Color information

#AFF5BF (or 0xAFF5BF) is unknown color: approx Fringy Flower. HEX triplet: AF, F5 and BF. RGB value is (175,245,191). Sum of RGB (Red+Green+Blue) = 175+245+191=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5BF is #500A40. Grayscale: #DADADA. Windows color (decimal): -5245505 or 12580271. OLE color: 12580271.

HSL color Cylindrical-coordinate representation of color #AFF5BF: hue angle of 133.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5BF is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB175245191-
CMYK0.2900.220.04
HSL133.71º77.78%82.35%-
HSV(B)133.71º28.57%96.08%-
XYZ59.7478.1861.23-
YUV217.91112.8197.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 245 (96.09% from 255) = 40.10%
BLUE value IS 191 (75% from 255) = 31.26%
R=28.64%
G=40.10%
B=31.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451910.2900.220.04133.7177.7882.35
HexAFF5BF1D0164864e52
Octal257365277350264206116122
Binary101011111111010110111111111010101101001000011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF5BF; }

 p { color: rgb(175,245,191); }

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

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

 a { background-color: rgb(175,245,191); }

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

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

 span { border-color: rgb(175,245,191); }

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