#AFF8BA

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

Shades of Fringy Flower #AFF8BA

Tints of Fringy Flower #AFF8BA

Color information

#AFF8BA (or 0xAFF8BA) is unknown color: approx Fringy Flower. HEX triplet: AF, F8 and BA. RGB value is (175,248,186). Sum of RGB (Red+Green+Blue) = 175+248+186=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8BA is #500745. Grayscale: #DBDBDB. Windows color (decimal): -5244742 or 12253359. OLE color: 12253359.

HSL color Cylindrical-coordinate representation of color #AFF8BA: hue angle of 129.04º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8BA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB175248186-
CMYK0.2900.250.03
HSL129.04º83.91%82.94%-
HSV(B)129.04º29.44%97.25%-
XYZ60.1179.7958.69-
YUV219.1109.3296.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 248 (97.27% from 255) = 40.72%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=28.74%
G=40.72%
B=30.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481860.2900.250.03129.0483.9182.94
HexAFF8BA1D0193815453
Octal257370272350313201124123
Binary10101111111110001011101011101011001111000000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF8BA; }

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

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

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

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

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

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

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

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