Html Css Color HEX #AAFDCE Magic Mint

📋 copy color: '#AAFDCE'

red 170 ◦ green 253 ◦ blue 206

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

Shades of Magic Mint #AAFDCE

Tints of Magic Mint #AAFDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.22%

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

R = 27.03%
G = 40.22%
B = 32.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#AAFDCE (or 0xAAFDCE) is known color: Magic Mint. HEX triplet: AA, FD and CE. RGB value is (170,253,206). Sum of RGB (Red+Green+Blue) = 170+253+206=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDCE is #550231. Grayscale: #DEDEDE. Windows color (decimal): -5571122 or 13565354. OLE color: 13565354.

HSL color Cylindrical-coordinate representation of color #AAFDCE: hue angle of 146.02º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDCE is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 206 -
CMYK 0.33 0 0.19 0.01
HSL 146.02º 0.95% 0.83% -
HSV(B) 146.02º 0.33% 0.99% -
XYZ 62.84 83.25 71.15 -
YUV 222.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 170 253 206 0.33 0 0.19 0.01 146.02 0.95 0.83
Hex AA FD CE 21 0 13 1 92 5F 53
Octal 252 375 316 41 0 23 1 222 137 123
Binary 10101010 11111101 11001110 100001 0 10011 1 10010010 1011111 1010011

Color Harmonies of #AAFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDCE

Black with #AAFDCE

Text Example


Text Example

White with #AAFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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