Html Css Color HEX #AAEECF Magic Mint

📋 copy color: '#AAEECF'

red 170 ◦ green 238 ◦ blue 207

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

Shades of Magic Mint #AAEECF

Tints of Magic Mint #AAEECF

RGB

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

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

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

R = 27.64%
G = 38.7%
B = 33.66%

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

#AAEECF (or 0xAAEECF) is known color: Magic Mint. HEX triplet: AA, EE and CF. RGB value is (170,238,207). Sum of RGB (Red+Green+Blue) = 170+238+207=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECF is #551130. Grayscale: #D6D6D6. Windows color (decimal): -5574961 or 13627050. OLE color: 13627050.

HSL color Cylindrical-coordinate representation of color #AAEECF: hue angle of 152.65º 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 #AAEECF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 207 -
CMYK 0.29 0 0.13 0.07
HSL 152.65º 0.67% 0.8% -
HSV(B) 152.65º 0.29% 0.93% -
XYZ 58.41 74.2 70.27 -
YUV 214.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 170 238 207 0.29 0 0.13 0.07 152.65 0.67 0.8
Hex AA EE CF 1D 0 D 7 99 43 50
Octal 252 356 317 35 0 15 7 231 103 120
Binary 10101010 11101110 11001111 11101 0 1101 111 10011001 1000011 1010000

Color Harmonies of #AAEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEECF

Black with #AAEECF

Text Example


Text Example

White with #AAEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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