#AFE0C0

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

Shades of Fringy Flower #AFE0C0

Tints of Fringy Flower #AFE0C0

Color information

#AFE0C0 (or 0xAFE0C0) is unknown color: approx Fringy Flower. HEX triplet: AF, E0 and C0. RGB value is (175,224,192). Sum of RGB (Red+Green+Blue) = 175+224+192=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0C0 is #501F3F. Grayscale: #CDCDCD. Windows color (decimal): -5250880 or 12640431. OLE color: 12640431.

HSL color Cylindrical-coordinate representation of color #AFE0C0: hue angle of 140.82º 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 #AFE0C0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB175224192-
CMYK0.2200.140.12
HSL140.82º44.14%78.24%-
HSV(B)140.82º21.88%87.84%-
XYZ53.8566.2359.81-
YUV205.7120.27106.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=29.61%
G=37.90%
B=32.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241920.2200.140.12140.8244.1478.24
HexAFE0C0160EC8d2c4e
Octal257340300260161421554116
Binary10101111111000001100000010110011101100100011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0C0; }

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

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

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

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

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

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

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

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