#AFE0BA

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

Shades of Fringy Flower #AFE0BA

Tints of Fringy Flower #AFE0BA

Color information

#AFE0BA (or 0xAFE0BA) is unknown color: approx Fringy Flower. HEX triplet: AF, E0 and BA. RGB value is (175,224,186). Sum of RGB (Red+Green+Blue) = 175+224+186=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0BA is #501F45. Grayscale: #CDCDCD. Windows color (decimal): -5250886 or 12247215. OLE color: 12247215.

HSL color Cylindrical-coordinate representation of color #AFE0BA: hue angle of 133.47º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0BA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB175224186-
CMYK0.2200.170.12
HSL133.47º44.14%78.24%-
HSV(B)133.47º21.88%87.84%-
XYZ53.265.9756.38-
YUV205.02117.27106.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=29.91%
G=38.29%
B=31.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241860.2200.170.12133.4744.1478.24
HexAFE0BA16011C852c4e
Octal257340272260211420554116
Binary101011111110000010111010101100100011100100001011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0BA; }

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

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

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

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

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

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

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

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