#AFE4BA

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

Shades of Fringy Flower #AFE4BA

Tints of Fringy Flower #AFE4BA

Color information

#AFE4BA (or 0xAFE4BA) is unknown color: approx Fringy Flower. HEX triplet: AF, E4 and BA. RGB value is (175,228,186). Sum of RGB (Red+Green+Blue) = 175+228+186=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4BA is #501B45. Grayscale: #CFCFCF. Windows color (decimal): -5249862 or 12248239. OLE color: 12248239.

HSL color Cylindrical-coordinate representation of color #AFE4BA: hue angle of 132.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4BA is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB175228186-
CMYK0.2300.180.11
HSL132.45º49.53%79.02%-
HSV(B)132.45º23.25%89.41%-
XYZ54.2968.1556.75-
YUV207.36115.94104.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=29.71%
G=38.71%
B=31.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281860.2300.180.11132.4549.5379.02
HexAFE4BA17012B84324f
Octal257344272270221320462117
Binary101011111110010010111010101110100101011100001001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4BA; }

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

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

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

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

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

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

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

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