#AEFCBB

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

Shades of Fringy Flower #AEFCBB

Tints of Fringy Flower #AEFCBB

Color information

#AEFCBB (or 0xAEFCBB) is unknown color: approx Fringy Flower. HEX triplet: AE, FC and BB. RGB value is (174,252,187). Sum of RGB (Red+Green+Blue) = 174+252+187=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCBB is #510344. Grayscale: #DDDDDD. Windows color (decimal): -5309253 or 12319918. OLE color: 12319918.

HSL color Cylindrical-coordinate representation of color #AEFCBB: hue angle of 130º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFCBB is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB174252187-
CMYK0.3100.260.01
HSL130º92.86%83.53%-
HSV(B)130º30.95%98.82%-
XYZ61.2482.2159.65-
YUV221.27108.6694.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=28.38%
G=41.11%
B=30.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521870.3100.260.0113092.8683.53
HexAEFCBB1F01A1825d54
Octal256374273370321202135124
Binary1010111011111100101110111111101101011000001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCBB; }

 p { color: rgb(174,252,187); }

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

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

 a { background-color: rgb(174,252,187); }

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

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

 span { border-color: rgb(174,252,187); }

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