#AFE8C3

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

Shades of Fringy Flower #AFE8C3

Tints of Fringy Flower #AFE8C3

Color information

#AFE8C3 (or 0xAFE8C3) is unknown color: approx Fringy Flower. HEX triplet: AF, E8 and C3. RGB value is (175,232,195). Sum of RGB (Red+Green+Blue) = 175+232+195=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8C3 is #50173C. Grayscale: #D2D2D2. Windows color (decimal): -5248829 or 12839087. OLE color: 12839087.

HSL color Cylindrical-coordinate representation of color #AFE8C3: hue angle of 141.05º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8C3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB175232195-
CMYK0.2500.160.09
HSL141.05º55.34%79.8%-
HSV(B)141.05º24.57%90.98%-
XYZ56.3970.7762.32-
YUV210.74119.12102.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 232 (91.02% from 255) = 38.54%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=29.07%
G=38.54%
B=32.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321950.2500.160.09141.0555.3479.8
HexAFE8C31901098d3750
Octal257350303310201121567120
Binary101011111110100011000011110010100001001100011011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8C3; }

 p { color: rgb(175,232,195); }

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

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

 a { background-color: rgb(175,232,195); }

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

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

 span { border-color: rgb(175,232,195); }

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