#AEFABA

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

Shades of Fringy Flower #AEFABA

Tints of Fringy Flower #AEFABA

Color information

#AEFABA (or 0xAEFABA) is unknown color: approx Fringy Flower. HEX triplet: AE, FA and BA. RGB value is (174,250,186). Sum of RGB (Red+Green+Blue) = 174+250+186=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFABA is #510545. Grayscale: #DCDCDC. Windows color (decimal): -5309766 or 12253870. OLE color: 12253870.

HSL color Cylindrical-coordinate representation of color #AEFABA: hue angle of 129.47º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFABA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB174250186-
CMYK0.3000.260.02
HSL129.47º88.37%83.14%-
HSV(B)129.47º30.4%98.04%-
XYZ60.580.9258.88-
YUV219.98108.8295.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.52%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=28.52%
G=40.98%
B=30.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501860.3000.260.02129.4788.3783.14
HexAEFABA1E01A2815853
Octal256372272360322201130123
Binary10101110111110101011101011110011010101000000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFABA; }

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

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

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

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

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

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

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

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