#AFE0BC

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

Shades of Fringy Flower #AFE0BC

Tints of Fringy Flower #AFE0BC

Color information

#AFE0BC (or 0xAFE0BC) is unknown color: approx Fringy Flower. HEX triplet: AF, E0 and BC. RGB value is (175,224,188). Sum of RGB (Red+Green+Blue) = 175+224+188=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0BC is #501F43. Grayscale: #CDCDCD. Windows color (decimal): -5250884 or 12378287. OLE color: 12378287.

HSL color Cylindrical-coordinate representation of color #AFE0BC: hue angle of 135.92º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0BC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB175224188-
CMYK0.2200.160.12
HSL135.92º44.14%78.24%-
HSV(B)135.92º21.88%87.84%-
XYZ53.4166.0657.51-
YUV205.24118.27106.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=29.81%
G=38.16%
B=32.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241880.2200.160.12135.9244.1478.24
HexAFE0BC16010C882c4e
Octal257340274260201421054116
Binary101011111110000010111100101100100001100100010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0BC; }

 p { color: rgb(175,224,188); }

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

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

 a { background-color: rgb(175,224,188); }

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

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

 span { border-color: rgb(175,224,188); }

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