#AFE7BB

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

Shades of Fringy Flower #AFE7BB

Tints of Fringy Flower #AFE7BB

Color information

#AFE7BB (or 0xAFE7BB) is unknown color: approx Fringy Flower. HEX triplet: AF, E7 and BB. RGB value is (175,231,187). Sum of RGB (Red+Green+Blue) = 175+231+187=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7BB is #501844. Grayscale: #D1D1D1. Windows color (decimal): -5249093 or 12314543. OLE color: 12314543.

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

Color convert

RGB175231187-
CMYK0.2400.190.09
HSL132.86º53.85%79.61%-
HSV(B)132.86º24.24%90.59%-
XYZ55.2269.8557.59-
YUV209.24115.45103.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 231 (90.62% from 255) = 38.95%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=29.51%
G=38.95%
B=31.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311870.2400.190.09132.8653.8579.61
HexAFE7BB180139853650
Octal257347273300231120566120
Binary101011111110011110111011110000100111001100001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7BB; }

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

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

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

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

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

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

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

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