Html Css Color HEX #AAEACF Magic Mint

📋 copy color: '#AAEACF'

red 170 ◦ green 234 ◦ blue 207

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

Shades of Magic Mint #AAEACF

Tints of Magic Mint #AAEACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.88%

R = 27.82%
G = 38.3%
B = 33.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#AAEACF (or 0xAAEACF) is known color: Magic Mint. HEX triplet: AA, EA and CF. RGB value is (170,234,207). Sum of RGB (Red+Green+Blue) = 170+234+207=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEACF is #551530. Grayscale: #D3D3D3. Windows color (decimal): -5575985 or 13626026. OLE color: 13626026.

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

Color convert

RGB 170 234 207 -
CMYK 0.27 0 0.12 0.08
HSL 154.69º 0.6% 0.79% -
HSV(B) 154.69º 0.27% 0.92% -
XYZ 57.26 71.9 69.89 -
YUV 211.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 170 234 207 0.27 0 0.12 0.08 154.69 0.6 0.79
Hex AA EA CF 1B 0 C 8 9B 3C 4F
Octal 252 352 317 33 0 14 10 233 74 117
Binary 10101010 11101010 11001111 11011 0 1100 1000 10011011 111100 1001111

Color Harmonies of #AAEACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEACF

Black with #AAEACF

Text Example


Text Example

White with #AAEACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEACF; }

 p { color: rgb(170,234,207); }

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

background-color css

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

 a { background-color: rgb(170,234,207); }

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

border-color css

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

 span { border-color: rgb(170,234,207); }

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