#AFECC1

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

Shades of Fringy Flower #AFECC1

Tints of Fringy Flower #AFECC1

Color information

#AFECC1 (or 0xAFECC1) is unknown color: approx Fringy Flower. HEX triplet: AF, EC and C1. RGB value is (175,236,193). Sum of RGB (Red+Green+Blue) = 175+236+193=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC1 is #50133E. Grayscale: #D4D4D4. Windows color (decimal): -5247807 or 12709039. OLE color: 12709039.

HSL color Cylindrical-coordinate representation of color #AFECC1: hue angle of 137.7º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECC1 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB175236193-
CMYK0.2600.180.07
HSL137.7º61.62%80.59%-
HSV(B)137.7º25.85%92.55%-
XYZ57.372.9661.51-
YUV212.86116.79101-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=28.97%
G=39.07%
B=31.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361930.2600.180.07137.761.6280.59
HexAFECC11A01278a3e51
Octal25735430132022721276121
Binary10101111111011001100000111010010010111100010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECC1; }

 p { color: rgb(175,236,193); }

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

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

 a { background-color: rgb(175,236,193); }

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

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

 span { border-color: rgb(175,236,193); }

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