#AEF3C3

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

Shades of Fringy Flower #AEF3C3

Tints of Fringy Flower #AEF3C3

Color information

#AEF3C3 (or 0xAEF3C3) is unknown color: approx Fringy Flower. HEX triplet: AE, F3 and C3. RGB value is (174,243,195). Sum of RGB (Red+Green+Blue) = 174+243+195=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3C3 is #510C3C. Grayscale: #D9D9D9. Windows color (decimal): -5311549 or 12841902. OLE color: 12841902.

HSL color Cylindrical-coordinate representation of color #AEF3C3: hue angle of 138.26º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3C3 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB174243195-
CMYK0.2800.200.05
HSL138.26º74.19%81.76%-
HSV(B)138.26º28.4%95.29%-
XYZ59.3677.0463.37-
YUV216.9115.6497.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 243 (95.31% from 255) = 39.71%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=28.43%
G=39.71%
B=31.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742431950.2800.200.05138.2674.1981.76
HexAEF3C31C01458a4a52
Octal256363303340245212112122
Binary101011101111001111000011111000101001011000101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF3C3; }

 p { color: rgb(174,243,195); }

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

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

 a { background-color: rgb(174,243,195); }

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

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

 span { border-color: rgb(174,243,195); }

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