#AFE5B7

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

Shades of Fringy Flower #AFE5B7

Tints of Fringy Flower #AFE5B7

Color information

#AFE5B7 (or 0xAFE5B7) is unknown color: approx Fringy Flower. HEX triplet: AF, E5 and B7. RGB value is (175,229,183). Sum of RGB (Red+Green+Blue) = 175+229+183=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5B7 is #501A48. Grayscale: #CFCFCF. Windows color (decimal): -5249609 or 12051887. OLE color: 12051887.

HSL color Cylindrical-coordinate representation of color #AFE5B7: hue angle of 128.89º 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 #AFE5B7 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB175229183-
CMYK0.2400.200.10
HSL128.89º50.94%79.22%-
HSV(B)128.89º23.58%89.8%-
XYZ54.2568.5755.18-
YUV207.61114.11104.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 229 (89.84% from 255) = 39.01%
BLUE value IS 183 (71.88% from 255) = 31.18%
R=29.81%
G=39.01%
B=31.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291830.2400.200.10128.8950.9479.22
HexAFE5B718014A81334f
Octal257345267300241220163117
Binary101011111110010110110111110000101001010100000011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5B7; }

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

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

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

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

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

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

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

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