Html Css Color HEX #ADF8D6 Magic Mint

📋 copy color: '#ADF8D6'

red 173 ◦ green 248 ◦ blue 214

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

Shades of Magic Mint #ADF8D6

Tints of Magic Mint #ADF8D6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.06%

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

R = 27.24%
G = 39.06%
B = 33.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#ADF8D6 (or 0xADF8D6) is known color: Magic Mint. HEX triplet: AD, F8 and D6. RGB value is (173,248,214). Sum of RGB (Red+Green+Blue) = 173+248+214=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8D6 is #520729. Grayscale: #DDDDDD. Windows color (decimal): -5375786 or 14088365. OLE color: 14088365.

HSL color Cylindrical-coordinate representation of color #ADF8D6: hue angle of 152.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8D6 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 214 -
CMYK 0.30 0 0.14 0.03
HSL 152.8º 0.84% 0.83% -
HSV(B) 152.8º 0.3% 0.97% -
XYZ 62.94 80.87 75.91 -
YUV 221.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 173 248 214 0.30 0 0.14 0.03 152.8 0.84 0.83
Hex AD F8 D6 1E 0 E 3 99 54 53
Octal 255 370 326 36 0 16 3 231 124 123
Binary 10101101 11111000 11010110 11110 0 1110 11 10011001 1010100 1010011

Color Harmonies of #ADF8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8D6

Black with #ADF8D6

Text Example


Text Example

White with #ADF8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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