Html Css Color HEX #AAEECE Magic Mint

📋 copy color: '#AAEECE'

red 170 ◦ green 238 ◦ blue 206

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

Shades of Magic Mint #AAEECE

Tints of Magic Mint #AAEECE

RGB

 RED value IS 170 (66.8% from 255) = 27.69%

 GREEN value IS 238 (93.36% from 255) = 38.76%

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

R = 27.69%
G = 38.76%
B = 33.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#AAEECE (or 0xAAEECE) is known color: Magic Mint. HEX triplet: AA, EE and CE. RGB value is (170,238,206). Sum of RGB (Red+Green+Blue) = 170+238+206=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECE is #551131. Grayscale: #D6D6D6. Windows color (decimal): -5574962 or 13561514. OLE color: 13561514.

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

Color convert

RGB 170 238 206 -
CMYK 0.29 0 0.13 0.07
HSL 151.76º 0.67% 0.8% -
HSV(B) 151.76º 0.29% 0.93% -
XYZ 58.29 74.15 69.63 -
YUV 214.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 170 238 206 0.29 0 0.13 0.07 151.76 0.67 0.8
Hex AA EE CE 1D 0 D 7 98 43 50
Octal 252 356 316 35 0 15 7 230 103 120
Binary 10101010 11101110 11001110 11101 0 1101 111 10011000 1000011 1010000

Color Harmonies of #AAEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEECE

Black with #AAEECE

Text Example


Text Example

White with #AAEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEECE; }

 p { color: rgb(170,238,206); }

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

background-color css

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

 a { background-color: rgb(170,238,206); }

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

border-color css

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

 span { border-color: rgb(170,238,206); }

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