#AEFCB7

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

Shades of Fringy Flower #AEFCB7

Tints of Fringy Flower #AEFCB7

Color information

#AEFCB7 (or 0xAEFCB7) is unknown color: approx Fringy Flower. HEX triplet: AE, FC and B7. RGB value is (174,252,183). Sum of RGB (Red+Green+Blue) = 174+252+183=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCB7 is #510348. Grayscale: #DDDDDD. Windows color (decimal): -5309257 or 12057774. OLE color: 12057774.

HSL color Cylindrical-coordinate representation of color #AEFCB7: hue angle of 126.92º 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 #AEFCB7 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB174252183-
CMYK0.3100.270.01
HSL126.92º92.86%83.53%-
HSV(B)126.92º30.95%98.82%-
XYZ60.8182.0457.43-
YUV220.81106.6694.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 252 (98.83% from 255) = 41.38%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=28.57%
G=41.38%
B=30.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521830.3100.270.01126.9292.8683.53
HexAEFCB71F01B17f5d54
Octal256374267370331177135124
Binary101011101111110010110111111110110111111111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCB7; }

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

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

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

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

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

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

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

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