Html Css Color HEX #ADF0D6 Magic Mint

📋 copy color: '#ADF0D6'

red 173 ◦ green 240 ◦ blue 214

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

Shades of Magic Mint #ADF0D6

Tints of Magic Mint #ADF0D6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.28%

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

R = 27.59%
G = 38.28%
B = 34.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#ADF0D6 (or 0xADF0D6) is known color: Magic Mint. HEX triplet: AD, F0 and D6. RGB value is (173,240,214). Sum of RGB (Red+Green+Blue) = 173+240+214=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0D6 is #520F29. Grayscale: #D9D9D9. Windows color (decimal): -5377834 or 14086317. OLE color: 14086317.

HSL color Cylindrical-coordinate representation of color #ADF0D6: hue angle of 156.72º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0D6 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 214 -
CMYK 0.28 0 0.11 0.06
HSL 156.72º 0.69% 0.81% -
HSV(B) 156.72º 0.28% 0.94% -
XYZ 60.53 76.06 75.11 -
YUV 217 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 173 240 214 0.28 0 0.11 0.06 156.72 0.69 0.81
Hex AD F0 D6 1C 0 B 6 9D 45 51
Octal 255 360 326 34 0 13 6 235 105 121
Binary 10101101 11110000 11010110 11100 0 1011 110 10011101 1000101 1010001

Color Harmonies of #ADF0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0D6

Black with #ADF0D6

Text Example


Text Example

White with #ADF0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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