#AEFBBC

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

Shades of Fringy Flower #AEFBBC

Tints of Fringy Flower #AEFBBC

Color information

#AEFBBC (or 0xAEFBBC) is unknown color: approx Fringy Flower. HEX triplet: AE, FB and BC. RGB value is (174,251,188). Sum of RGB (Red+Green+Blue) = 174+251+188=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBBC is #510443. Grayscale: #DCDCDC. Windows color (decimal): -5309508 or 12385198. OLE color: 12385198.

HSL color Cylindrical-coordinate representation of color #AEFBBC: hue angle of 130.91º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBBC is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB174251188-
CMYK0.3100.250.02
HSL130.91º90.59%83.33%-
HSV(B)130.91º30.68%98.43%-
XYZ61.0381.6260.12-
YUV220.8109.4994.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=28.38%
G=40.95%
B=30.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511880.3100.250.02130.9190.5983.33
HexAEFBBC1F0192835b53
Octal256373274370312203133123
Binary10101110111110111011110011111011001101000001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBBC; }

 p { color: rgb(174,251,188); }

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

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

 a { background-color: rgb(174,251,188); }

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

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

 span { border-color: rgb(174,251,188); }

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