#AFE5B6

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

Shades of Fringy Flower #AFE5B6

Tints of Fringy Flower #AFE5B6

Color information

#AFE5B6 (or 0xAFE5B6) is unknown color: approx Fringy Flower. HEX triplet: AF, E5 and B6. RGB value is (175,229,182). Sum of RGB (Red+Green+Blue) = 175+229+182=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5B6 is #501A49. Grayscale: #CFCFCF. Windows color (decimal): -5249610 or 11986351. OLE color: 11986351.

HSL color Cylindrical-coordinate representation of color #AFE5B6: hue angle of 127.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5B6 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB175229182-
CMYK0.2400.210.10
HSL127.78º50.94%79.22%-
HSV(B)127.78º23.58%89.8%-
XYZ54.1468.5354.63-
YUV207.5113.61104.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 229 (89.84% from 255) = 39.08%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=29.86%
G=39.08%
B=31.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291820.2400.210.10127.7850.9479.22
HexAFE5B618015A80334f
Octal257345266300251220063117
Binary101011111110010110110110110000101011010100000001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5B6; }

 p { color: rgb(175,229,182); }

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

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

 a { background-color: rgb(175,229,182); }

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

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

 span { border-color: rgb(175,229,182); }

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