#AEFCCF

Color #AEFCCF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AEFCCF

Tints of Magic Mint #AEFCCF

Color information

#AEFCCF (or 0xAEFCCF) is unknown color: approx Magic Mint. HEX triplet: AE, FC and CF. RGB value is (174,252,207). Sum of RGB (Red+Green+Blue) = 174+252+207=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCCF is #510330. Grayscale: #DFDFDF. Windows color (decimal): -5309233 or 13630638. OLE color: 13630638.

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

Color convert

RGB174252207-
CMYK0.3100.180.01
HSL145.38º92.86%83.53%-
HSV(B)145.38º30.95%98.82%-
XYZ63.5383.1271.73-
YUV223.55118.6692.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=27.49%
G=39.81%
B=32.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742522070.3100.180.01145.3892.8683.53
HexAEFCCF1F0121915d54
Octal256374317370221221135124
Binary1010111011111100110011111111101001011001000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFCCF; }

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

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

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

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

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

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

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

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