#AFE4C0

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

Shades of Fringy Flower #AFE4C0

Tints of Fringy Flower #AFE4C0

Color information

#AFE4C0 (or 0xAFE4C0) is unknown color: approx Fringy Flower. HEX triplet: AF, E4 and C0. RGB value is (175,228,192). Sum of RGB (Red+Green+Blue) = 175+228+192=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4C0 is #501B3F. Grayscale: #D0D0D0. Windows color (decimal): -5249856 or 12641455. OLE color: 12641455.

HSL color Cylindrical-coordinate representation of color #AFE4C0: hue angle of 139.25º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4C0 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB175228192-
CMYK0.2300.160.11
HSL139.25º49.53%79.02%-
HSV(B)139.25º23.25%89.41%-
XYZ54.9468.4160.18-
YUV208.05118.94104.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 192 (75.39% from 255) = 32.27%
R=29.41%
G=38.32%
B=32.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281920.2300.160.11139.2549.5379.02
HexAFE4C017010B8b324f
Octal257344300270201321362117
Binary101011111110010011000000101110100001011100010111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4C0; }

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

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

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

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

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

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

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

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