#AEF7C3

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

Shades of Fringy Flower #AEF7C3

Tints of Fringy Flower #AEF7C3

Color information

#AEF7C3 (or 0xAEF7C3) is unknown color: approx Fringy Flower. HEX triplet: AE, F7 and C3. RGB value is (174,247,195). Sum of RGB (Red+Green+Blue) = 174+247+195=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7C3 is #51083C. Grayscale: #DBDBDB. Windows color (decimal): -5310525 or 12842926. OLE color: 12842926.

HSL color Cylindrical-coordinate representation of color #AEF7C3: hue angle of 137.26º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7C3 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB174247195-
CMYK0.3000.210.03
HSL137.26º82.02%82.55%-
HSV(B)137.26º29.55%96.86%-
XYZ60.5779.4663.77-
YUV219.24114.3295.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 247 (96.88% from 255) = 40.10%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=28.25%
G=40.10%
B=31.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742471950.3000.210.03137.2682.0282.55
HexAEF7C31E0153895253
Octal256367303360253211122123
Binary10101110111101111100001111110010101111000100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7C3; }

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

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

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

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

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

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

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

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