#AFE6C4

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

Shades of Fringy Flower #AFE6C4

Tints of Fringy Flower #AFE6C4

Color information

#AFE6C4 (or 0xAFE6C4) is unknown color: approx Fringy Flower. HEX triplet: AF, E6 and C4. RGB value is (175,230,196). Sum of RGB (Red+Green+Blue) = 175+230+196=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6C4 is #50193B. Grayscale: #D1D1D1. Windows color (decimal): -5249340 or 12904111. OLE color: 12904111.

HSL color Cylindrical-coordinate representation of color #AFE6C4: hue angle of 142.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6C4 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB175230196-
CMYK0.2400.150.10
HSL142.91º52.38%79.41%-
HSV(B)142.91º23.91%90.2%-
XYZ55.9469.6962.73-
YUV209.68120.28103.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 196 (76.95% from 255) = 32.61%
R=29.12%
G=38.27%
B=32.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301960.2400.150.10142.9152.3879.41
HexAFE6C4180FA8f344f
Octal257346304300171221764117
Binary10101111111001101100010011000011111010100011111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6C4; }

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

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

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

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

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

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

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

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