Html Css Color HEX #AAFBD0 Magic Mint

📋 copy color: '#AAFBD0'

red 170 ◦ green 251 ◦ blue 208

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

Shades of Magic Mint #AAFBD0

Tints of Magic Mint #AAFBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.07%

R = 27.03%
G = 39.9%
B = 33.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#AAFBD0 (or 0xAAFBD0) is known color: Magic Mint. HEX triplet: AA, FB and D0. RGB value is (170,251,208). Sum of RGB (Red+Green+Blue) = 170+251+208=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBD0 is #55042F. Grayscale: #DDDDDD. Windows color (decimal): -5571632 or 13695914. OLE color: 13695914.

HSL color Cylindrical-coordinate representation of color #AAFBD0: hue angle of 148.15º 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 #AAFBD0 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 208 -
CMYK 0.32 0 0.17 0.02
HSL 148.15º 0.91% 0.83% -
HSV(B) 148.15º 0.32% 0.98% -
XYZ 62.46 82.09 72.23 -
YUV 221.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 170 251 208 0.32 0 0.17 0.02 148.15 0.91 0.83
Hex AA FB D0 20 0 11 2 94 5B 53
Octal 252 373 320 40 0 21 2 224 133 123
Binary 10101010 11111011 11010000 100000 0 10001 10 10010100 1011011 1010011

Color Harmonies of #AAFBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBD0

Black with #AAFBD0

Text Example


Text Example

White with #AAFBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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