Html Css Color HEX #AAFDCF Magic Mint

📋 copy color: '#AAFDCF'

red 170 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #AAFDCF

Tints of Magic Mint #AAFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.16%

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

R = 26.98%
G = 40.16%
B = 32.86%

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

#AAFDCF (or 0xAAFDCF) is known color: Magic Mint. HEX triplet: AA, FD and CF. RGB value is (170,253,207). Sum of RGB (Red+Green+Blue) = 170+253+207=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDCF is #550230. Grayscale: #DFDFDF. Windows color (decimal): -5571121 or 13630890. OLE color: 13630890.

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

Color convert

RGB 170 253 207 -
CMYK 0.33 0 0.18 0.01
HSL 146.75º 0.95% 0.83% -
HSV(B) 146.75º 0.33% 0.99% -
XYZ 62.97 83.3 71.79 -
YUV 222.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 170 253 207 0.33 0 0.18 0.01 146.75 0.95 0.83
Hex AA FD CF 21 0 12 1 93 5F 53
Octal 252 375 317 41 0 22 1 223 137 123
Binary 10101010 11111101 11001111 100001 0 10010 1 10010011 1011111 1010011

Color Harmonies of #AAFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDCF

Black with #AAFDCF

Text Example


Text Example

White with #AAFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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