Html Css Color HEX #ADFCD6 Magic Mint

📋 copy color: '#ADFCD6'

red 173 ◦ green 252 ◦ blue 214

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

Shades of Magic Mint #ADFCD6

Tints of Magic Mint #ADFCD6

RGB

 RED value IS 173 (67.97% from 255) = 27.07%

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

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 27.07%
G = 39.44%
B = 33.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#ADFCD6 (or 0xADFCD6) is known color: Magic Mint. HEX triplet: AD, FC and D6. RGB value is (173,252,214). Sum of RGB (Red+Green+Blue) = 173+252+214=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCD6 is #520329. Grayscale: #E0E0E0. Windows color (decimal): -5374762 or 14089389. OLE color: 14089389.

HSL color Cylindrical-coordinate representation of color #ADFCD6: hue angle of 151.14º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCD6 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 214 -
CMYK 0.31 0 0.15 0.01
HSL 151.14º 0.93% 0.83% -
HSV(B) 151.14º 0.31% 0.99% -
XYZ 64.18 83.36 76.33 -
YUV 224.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 173 252 214 0.31 0 0.15 0.01 151.14 0.93 0.83
Hex AD FC D6 1F 0 F 1 97 5D 53
Octal 255 374 326 37 0 17 1 227 135 123
Binary 10101101 11111100 11010110 11111 0 1111 1 10010111 1011101 1010011

Color Harmonies of #ADFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFCD6

Black with #ADFCD6

Text Example


Text Example

White with #ADFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFCD6; }

 p { color: rgb(173,252,214); }

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

background-color css

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

 a { background-color: rgb(173,252,214); }

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

border-color css

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

 span { border-color: rgb(173,252,214); }

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