#aef3ba

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

Shades of Fringy Flower #AEF3BA

Tints of Fringy Flower #AEF3BA

Color information

#AEF3BA (or 0xAEF3BA) is unknown color: approx Fringy Flower. HEX triplet: AE, F3 and BA. RGB value is (174,243,186). Sum of RGB (Red+Green+Blue) = 174+243+186=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3BA is #510C45. Grayscale: #D8D8D8. Windows color (decimal): -5311558 or 12252078. OLE color: 12252078.

HSL color Cylindrical-coordinate representation of color #AEF3BA: hue angle of 130.43º 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 #AEF3BA is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB174243186-
CMYK0.2800.230.05
HSL130.43º74.19%81.76%-
HSV(B)130.43º28.4%95.29%-
XYZ58.3776.6558.17-
YUV215.87111.1498.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 243 (95.31% from 255) = 40.30%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=28.86%
G=40.30%
B=30.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742431860.2800.230.05130.4374.1981.76
HexAEF3BA1C0175824a52
Octal256363272340275202112122
Binary101011101111001110111010111000101111011000001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aef3ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aef3ba; }

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

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

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

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

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

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

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

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