#AFE7BA

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

Shades of Fringy Flower #AFE7BA

Tints of Fringy Flower #AFE7BA

Color information

#AFE7BA (or 0xAFE7BA) is unknown color: approx Fringy Flower. HEX triplet: AF, E7 and BA. RGB value is (175,231,186). Sum of RGB (Red+Green+Blue) = 175+231+186=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7BA is #501845. Grayscale: #D1D1D1. Windows color (decimal): -5249094 or 12249007. OLE color: 12249007.

HSL color Cylindrical-coordinate representation of color #AFE7BA: hue angle of 131.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7BA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB175231186-
CMYK0.2400.190.09
HSL131.79º53.85%79.61%-
HSV(B)131.79º24.24%90.59%-
XYZ55.1269.8157.02-
YUV209.13114.95103.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 231 (90.62% from 255) = 39.02%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=29.56%
G=39.02%
B=31.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311860.2400.190.09131.7953.8579.61
HexAFE7BA180139843650
Octal257347272300231120466120
Binary101011111110011110111010110000100111001100001001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7BA; }

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

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

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

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

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

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

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

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