Html Css Color HEX #AAFBCE Magic Mint

📋 copy color: '#AAFBCE'

red 170 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #AAFBCE

Tints of Magic Mint #AAFBCE

RGB

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

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

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

R = 27.11%
G = 40.03%
B = 32.85%

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

#AAFBCE (or 0xAAFBCE) is known color: Magic Mint. HEX triplet: AA, FB and CE. RGB value is (170,251,206). Sum of RGB (Red+Green+Blue) = 170+251+206=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBCE is #550431. Grayscale: #DDDDDD. Windows color (decimal): -5571634 or 13564842. OLE color: 13564842.

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

Color convert

RGB 170 251 206 -
CMYK 0.32 0 0.18 0.02
HSL 146.67º 0.91% 0.83% -
HSV(B) 146.67º 0.32% 0.98% -
XYZ 62.22 82 70.94 -
YUV 221.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 170 251 206 0.32 0 0.18 0.02 146.67 0.91 0.83
Hex AA FB CE 20 0 12 2 93 5B 53
Octal 252 373 316 40 0 22 2 223 133 123
Binary 10101010 11111011 11001110 100000 0 10010 10 10010011 1011011 1010011

Color Harmonies of #AAFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBCE

Black with #AAFBCE

Text Example


Text Example

White with #AAFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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