#AFE7BF

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

Shades of Fringy Flower #AFE7BF

Tints of Fringy Flower #AFE7BF

Color information

#AFE7BF (or 0xAFE7BF) is unknown color: approx Fringy Flower. HEX triplet: AF, E7 and BF. RGB value is (175,231,191). Sum of RGB (Red+Green+Blue) = 175+231+191=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7BF is #501840. Grayscale: #D1D1D1. Windows color (decimal): -5249089 or 12576687. OLE color: 12576687.

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

Color convert

RGB175231191-
CMYK0.2400.170.09
HSL137.14º53.85%79.61%-
HSV(B)137.14º24.24%90.59%-
XYZ55.6670.0359.87-
YUV209.7117.45103.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 231 (90.62% from 255) = 38.69%
BLUE value IS 191 (75% from 255) = 31.99%
R=29.31%
G=38.69%
B=31.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311910.2400.170.09137.1453.8579.61
HexAFE7BF180119893650
Octal257347277300211121166120
Binary101011111110011110111111110000100011001100010011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7BF; }

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

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

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

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

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

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

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

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