Html Css Color HEX #AAFBDC Magic Mint

📋 copy color: '#AAFBDC'

red 170 ◦ green 251 ◦ blue 220

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

Shades of Magic Mint #AAFBDC

Tints of Magic Mint #AAFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.16%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 26.52%
G = 39.16%
B = 34.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#AAFBDC (or 0xAAFBDC) is known color: Magic Mint. HEX triplet: AA, FB and DC. RGB value is (170,251,220). Sum of RGB (Red+Green+Blue) = 170+251+220=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBDC is #550423. Grayscale: #DFDFDF. Windows color (decimal): -5571620 or 14482346. OLE color: 14482346.

HSL color Cylindrical-coordinate representation of color #AAFBDC: hue angle of 157.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBDC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 220 -
CMYK 0.32 0 0.12 0.02
HSL 157.04º 0.91% 0.83% -
HSV(B) 157.04º 0.32% 0.98% -
XYZ 63.99 82.71 80.3 -
YUV 223.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 170 251 220 0.32 0 0.12 0.02 157.04 0.91 0.83
Hex AA FB DC 20 0 C 2 9D 5B 53
Octal 252 373 334 40 0 14 2 235 133 123
Binary 10101010 11111011 11011100 100000 0 1100 10 10011101 1011011 1010011

Color Harmonies of #AAFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBDC

Black with #AAFBDC

Text Example


Text Example

White with #AAFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBDC; }

 p { color: rgb(170,251,220); }

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

background-color css

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

 a { background-color: rgb(170,251,220); }

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

border-color css

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

 span { border-color: rgb(170,251,220); }

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