#AFF3BF

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

Shades of Fringy Flower #AFF3BF

Tints of Fringy Flower #AFF3BF

Color information

#AFF3BF (or 0xAFF3BF) is unknown color: approx Fringy Flower. HEX triplet: AF, F3 and BF. RGB value is (175,243,191). Sum of RGB (Red+Green+Blue) = 175+243+191=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3BF is #500C40. Grayscale: #D8D8D8. Windows color (decimal): -5246017 or 12579759. OLE color: 12579759.

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

Color convert

RGB175243191-
CMYK0.2800.210.05
HSL134.12º73.91%81.96%-
HSV(B)134.12º27.98%95.29%-
XYZ59.1376.9861.03-
YUV216.74113.4798.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 191 (75% from 255) = 31.36%
R=28.74%
G=39.90%
B=31.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431910.2800.210.05134.1273.9181.96
HexAFF3BF1C0155864a52
Octal257363277340255206112122
Binary101011111111001110111111111000101011011000011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3BF; }

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

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

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

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

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

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

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

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