#AAEFC0

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

Shades of Fringy Flower #AAEFC0

Tints of Fringy Flower #AAEFC0

Color information

#AAEFC0 (or 0xAAEFC0) is unknown color: approx Fringy Flower. HEX triplet: AA, EF and C0. RGB value is (170,239,192). Sum of RGB (Red+Green+Blue) = 170+239+192=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFC0 is #55103F. Grayscale: #D5D5D5. Windows color (decimal): -5574720 or 12644266. OLE color: 12644266.

HSL color Cylindrical-coordinate representation of color #AAEFC0: hue angle of 139.13º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFC0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB170239192-
CMYK0.2900.200.06
HSL139.13º68.32%80.2%-
HSV(B)139.13º28.87%93.73%-
XYZ56.9674.0861.17-
YUV213.01116.1497.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=28.29%
G=39.77%
B=31.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702391920.2900.200.06139.1368.3280.2
HexAAEFC01D01468b4450
Octal252357300350246213104120
Binary101010101110111111000000111010101001101000101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFC0; }

 p { color: rgb(170,239,192); }

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

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

 a { background-color: rgb(170,239,192); }

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

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

 span { border-color: rgb(170,239,192); }

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