#afecc0

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

Shades of Fringy Flower #AFECC0

Tints of Fringy Flower #AFECC0

Color information

#AFECC0 (or 0xAFECC0) is unknown color: approx Fringy Flower. HEX triplet: AF, EC and C0. RGB value is (175,236,192). Sum of RGB (Red+Green+Blue) = 175+236+192=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC0 is #50133F. Grayscale: #D4D4D4. Windows color (decimal): -5247808 or 12643503. OLE color: 12643503.

HSL color Cylindrical-coordinate representation of color #AFECC0: hue angle of 136.72º 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 #AFECC0 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB175236192-
CMYK0.2600.190.07
HSL136.72º61.62%80.59%-
HSV(B)136.72º25.85%92.55%-
XYZ57.1972.9160.93-
YUV212.74116.29101.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=29.02%
G=39.14%
B=31.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361920.2600.190.07136.7261.6280.59
HexAFECC01A0137893e51
Octal25735430032023721176121
Binary10101111111011001100000011010010011111100010011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afecc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afecc0; }

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

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

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

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

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

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

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

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