Html Css Color HEX #AAFBCD Magic Mint

📋 copy color: '#AAFBCD'

red 170 ◦ green 251 ◦ blue 205

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

Shades of Magic Mint #AAFBCD

Tints of Magic Mint #AAFBCD

RGB

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

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

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

R = 27.16%
G = 40.1%
B = 32.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#AAFBCD (or 0xAAFBCD) is known color: Magic Mint. HEX triplet: AA, FB and CD. RGB value is (170,251,205). Sum of RGB (Red+Green+Blue) = 170+251+205=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBCD is #550432. Grayscale: #DDDDDD. Windows color (decimal): -5571635 or 13499306. OLE color: 13499306.

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

Color convert

RGB 170 251 205 -
CMYK 0.32 0 0.18 0.02
HSL 145.93º 0.91% 0.83% -
HSV(B) 145.93º 0.32% 0.98% -
XYZ 62.09 81.95 70.3 -
YUV 221.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 170 251 205 0.32 0 0.18 0.02 145.93 0.91 0.83
Hex AA FB CD 20 0 12 2 92 5B 53
Octal 252 373 315 40 0 22 2 222 133 123
Binary 10101010 11111011 11001101 100000 0 10010 10 10010010 1011011 1010011

Color Harmonies of #AAFBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBCD

Black with #AAFBCD

Text Example


Text Example

White with #AAFBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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