Html Css Color HEX #AAFCDF Magic Mint

📋 copy color: '#AAFCDF'

red 170 ◦ green 252 ◦ blue 223

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

Shades of Magic Mint #AAFCDF

Tints of Magic Mint #AAFCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 26.36%
G = 39.07%
B = 34.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#AAFCDF (or 0xAAFCDF) is known color: Magic Mint. HEX triplet: AA, FC and DF. RGB value is (170,252,223). Sum of RGB (Red+Green+Blue) = 170+252+223=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCDF is #550320. Grayscale: #E0E0E0. Windows color (decimal): -5571361 or 14679210. OLE color: 14679210.

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

Color convert

RGB 170 252 223 -
CMYK 0.33 0 0.12 0.01
HSL 158.78º 0.93% 0.83% -
HSV(B) 158.78º 0.33% 0.99% -
XYZ 64.71 83.49 82.52 -
YUV 224.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 170 252 223 0.33 0 0.12 0.01 158.78 0.93 0.83
Hex AA FC DF 21 0 C 1 9F 5D 53
Octal 252 374 337 41 0 14 1 237 135 123
Binary 10101010 11111100 11011111 100001 0 1100 1 10011111 1011101 1010011

Color Harmonies of #AAFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCDF

Black with #AAFCDF

Text Example


Text Example

White with #AAFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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