Html Css Color HEX #AAFDCD Magic Mint

📋 copy color: '#AAFDCD'

red 170 ◦ green 253 ◦ blue 205

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

Shades of Magic Mint #AAFDCD

Tints of Magic Mint #AAFDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.64%

R = 27.07%
G = 40.29%
B = 32.64%

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

#AAFDCD (or 0xAAFDCD) is known color: Magic Mint. HEX triplet: AA, FD and CD. RGB value is (170,253,205). Sum of RGB (Red+Green+Blue) = 170+253+205=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDCD is #550232. Grayscale: #DEDEDE. Windows color (decimal): -5571123 or 13499818. OLE color: 13499818.

HSL color Cylindrical-coordinate representation of color #AAFDCD: hue angle of 145.3º 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 #AAFDCD is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 205 -
CMYK 0.33 0 0.19 0.01
HSL 145.3º 0.95% 0.83% -
HSV(B) 145.3º 0.33% 0.99% -
XYZ 62.72 83.2 70.51 -
YUV 222.71 118 90.4 -
System Red Green Blue C M Y K H S L
Decimal 170 253 205 0.33 0 0.19 0.01 145.3 0.95 0.83
Hex AA FD CD 21 0 13 1 91 5F 53
Octal 252 375 315 41 0 23 1 221 137 123
Binary 10101010 11111101 11001101 100001 0 10011 1 10010001 1011111 1010011

Color Harmonies of #AAFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDCD

Black with #AAFDCD

Text Example


Text Example

White with #AAFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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