Html Css Color HEX #AEEACE Magic Mint

📋 copy color: '#AEEACE'

red 174 ◦ green 234 ◦ blue 206

#AEEACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #AEEACE

Tints of Magic Mint #AEEACE

RGB

 RED value IS 174 (68.36% from 255) = 28.34%

 GREEN value IS 234 (91.8% from 255) = 38.11%

 BLUE value IS 206 (80.86% from 255) = 33.55%

R = 28.34%
G = 38.11%
B = 33.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#AEEACE (or 0xAEEACE) is known color: Magic Mint. HEX triplet: AE, EA and CE. RGB value is (174,234,206). Sum of RGB (Red+Green+Blue) = 174+234+206=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEACE is #511531. Grayscale: #D4D4D4. Windows color (decimal): -5313842 or 13560494. OLE color: 13560494.

HSL color Cylindrical-coordinate representation of color #AEEACE: hue angle of 152º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEACE is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 206 -
CMYK 0.26 0 0.12 0.08
HSL 152º 0.59% 0.8% -
HSV(B) 152º 0.26% 0.92% -
XYZ 58.02 72.3 69.29 -
YUV 212.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 174 234 206 0.26 0 0.12 0.08 152 0.59 0.8
Hex AE EA CE 1A 0 C 8 98 3B 50
Octal 256 352 316 32 0 14 10 230 73 120
Binary 10101110 11101010 11001110 11010 0 1100 1000 10011000 111011 1010000

Color Harmonies of #AEEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEACE

Black with #AEEACE

Text Example


Text Example

White with #AEEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEACE; }

 p { color: rgb(174,234,206); }

 H1.HeaderClassName
 {
   color: #AEEACE;
 }
 .AnyTagClassName
 {
   color: #AEEACE;
 }
</style>

background-color css

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

 a { background-color: rgb(174,234,206); }

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

border-color css

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

 span { border-color: rgb(174,234,206); }

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