Html Css Color HEX #AAFCCF Magic Mint

📋 copy color: '#AAFCCF'

red 170 ◦ green 252 ◦ blue 207

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

Shades of Magic Mint #AAFCCF

Tints of Magic Mint #AAFCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.06%

 BLUE value IS 207 (81.25% from 255) = 32.91%

R = 27.03%
G = 40.06%
B = 32.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#AAFCCF (or 0xAAFCCF) is known color: Magic Mint. HEX triplet: AA, FC and CF. RGB value is (170,252,207). Sum of RGB (Red+Green+Blue) = 170+252+207=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCCF is #550330. Grayscale: #DEDEDE. Windows color (decimal): -5571377 or 13630634. OLE color: 13630634.

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

Color convert

RGB 170 252 207 -
CMYK 0.33 0 0.18 0.01
HSL 147.07º 0.93% 0.83% -
HSV(B) 147.07º 0.33% 0.99% -
XYZ 62.65 82.67 71.69 -
YUV 222.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 170 252 207 0.33 0 0.18 0.01 147.07 0.93 0.83
Hex AA FC CF 21 0 12 1 93 5D 53
Octal 252 374 317 41 0 22 1 223 135 123
Binary 10101010 11111100 11001111 100001 0 10010 1 10010011 1011101 1010011

Color Harmonies of #AAFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCCF

Black with #AAFCCF

Text Example


Text Example

White with #AAFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCCF; }

 p { color: rgb(170,252,207); }

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

background-color css

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

 a { background-color: rgb(170,252,207); }

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

border-color css

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

 span { border-color: rgb(170,252,207); }

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