#AFF3BA

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

Shades of Fringy Flower #AFF3BA

Tints of Fringy Flower #AFF3BA

Color information

#AFF3BA (or 0xAFF3BA) is unknown color: approx Fringy Flower. HEX triplet: AF, F3 and BA. RGB value is (175,243,186). Sum of RGB (Red+Green+Blue) = 175+243+186=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3BA is #500C45. Grayscale: #D8D8D8. Windows color (decimal): -5246022 or 12252079. OLE color: 12252079.

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

Color convert

RGB175243186-
CMYK0.2800.230.05
HSL129.71º73.91%81.96%-
HSV(B)129.71º27.98%95.29%-
XYZ58.5976.7658.18-
YUV216.17110.9798.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 243 (95.31% from 255) = 40.23%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=28.97%
G=40.23%
B=30.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431860.2800.230.05129.7173.9181.96
HexAFF3BA1C0175824a52
Octal257363272340275202112122
Binary101011111111001110111010111000101111011000001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3BA; }

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

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

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

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

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

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

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

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