Html Css Color HEX #AEECCC Magic Mint

📋 copy color: '#AEECCC'

red 174 ◦ green 236 ◦ blue 204

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

Shades of Magic Mint #AEECCC

Tints of Magic Mint #AEECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.44%

 BLUE value IS 204 (80.08% from 255) = 33.22%

R = 28.34%
G = 38.44%
B = 33.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AEECCC (or 0xAEECCC) is known color: Magic Mint. HEX triplet: AE, EC and CC. RGB value is (174,236,204). Sum of RGB (Red+Green+Blue) = 174+236+204=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECCC is #511333. Grayscale: #D5D5D5. Windows color (decimal): -5313332 or 13429934. OLE color: 13429934.

HSL color Cylindrical-coordinate representation of color #AEECCC: hue angle of 149.03º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECCC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 204 -
CMYK 0.26 0 0.14 0.07
HSL 149.03º 0.62% 0.8% -
HSV(B) 149.03º 0.26% 0.93% -
XYZ 58.35 73.35 68.21 -
YUV 213.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 174 236 204 0.26 0 0.14 0.07 149.03 0.62 0.8
Hex AE EC CC 1A 0 E 7 95 3E 50
Octal 256 354 314 32 0 16 7 225 76 120
Binary 10101110 11101100 11001100 11010 0 1110 111 10010101 111110 1010000

Color Harmonies of #AEECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECCC

Black with #AEECCC

Text Example


Text Example

White with #AEECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECCC; }

 p { color: rgb(174,236,204); }

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

background-color css

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

 a { background-color: rgb(174,236,204); }

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

border-color css

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

 span { border-color: rgb(174,236,204); }

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