Html Css Color HEX #AAEFCF Magic Mint

📋 copy color: '#AAEFCF'

red 170 ◦ green 239 ◦ blue 207

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

Shades of Magic Mint #AAEFCF

Tints of Magic Mint #AAEFCF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.8%

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

R = 27.6%
G = 38.8%
B = 33.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#AAEFCF (or 0xAAEFCF) is known color: Magic Mint. HEX triplet: AA, EF and CF. RGB value is (170,239,207). Sum of RGB (Red+Green+Blue) = 170+239+207=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFCF is #551030. Grayscale: #D6D6D6. Windows color (decimal): -5574705 or 13627306. OLE color: 13627306.

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

Color convert

RGB 170 239 207 -
CMYK 0.29 0 0.13 0.06
HSL 152.17º 0.68% 0.8% -
HSV(B) 152.17º 0.29% 0.94% -
XYZ 58.71 74.78 70.37 -
YUV 214.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 170 239 207 0.29 0 0.13 0.06 152.17 0.68 0.8
Hex AA EF CF 1D 0 D 6 98 44 50
Octal 252 357 317 35 0 15 6 230 104 120
Binary 10101010 11101111 11001111 11101 0 1101 110 10011000 1000100 1010000

Color Harmonies of #AAEFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFCF

Black with #AAEFCF

Text Example


Text Example

White with #AAEFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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