#AFE8C4

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

Shades of Fringy Flower #AFE8C4

Tints of Fringy Flower #AFE8C4

Color information

#AFE8C4 (or 0xAFE8C4) is unknown color: approx Fringy Flower. HEX triplet: AF, E8 and C4. RGB value is (175,232,196). Sum of RGB (Red+Green+Blue) = 175+232+196=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8C4 is #50173B. Grayscale: #D2D2D2. Windows color (decimal): -5248828 or 12904623. OLE color: 12904623.

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

Color convert

RGB175232196-
CMYK0.2500.160.09
HSL142.11º55.34%79.8%-
HSV(B)142.11º24.57%90.98%-
XYZ56.570.8162.91-
YUV210.85119.62102.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 232 (91.02% from 255) = 38.47%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=29.02%
G=38.47%
B=32.50%

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
Decimal1752321960.2500.160.09142.1155.3479.8
HexAFE8C41901098e3750
Octal257350304310201121667120
Binary101011111110100011000100110010100001001100011101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8C4; }

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

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

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

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

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

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

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

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