Html Css Color HEX #ADF0D5 Magic Mint

📋 copy color: '#ADF0D5'

red 173 ◦ green 240 ◦ blue 213

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

Shades of Magic Mint #ADF0D5

Tints of Magic Mint #ADF0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 27.64%
G = 38.34%
B = 34.03%

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

#ADF0D5 (or 0xADF0D5) is known color: Magic Mint. HEX triplet: AD, F0 and D5. RGB value is (173,240,213). Sum of RGB (Red+Green+Blue) = 173+240+213=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0D5 is #520F2A. Grayscale: #D8D8D8. Windows color (decimal): -5377835 or 14020781. OLE color: 14020781.

HSL color Cylindrical-coordinate representation of color #ADF0D5: hue angle of 155.82º 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 #ADF0D5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 213 -
CMYK 0.28 0 0.11 0.06
HSL 155.82º 0.69% 0.81% -
HSV(B) 155.82º 0.28% 0.94% -
XYZ 60.4 76.01 74.44 -
YUV 216.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 173 240 213 0.28 0 0.11 0.06 155.82 0.69 0.81
Hex AD F0 D5 1C 0 B 6 9C 45 51
Octal 255 360 325 34 0 13 6 234 105 121
Binary 10101101 11110000 11010101 11100 0 1011 110 10011100 1000101 1010001

Color Harmonies of #ADF0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0D5

Black with #ADF0D5

Text Example


Text Example

White with #ADF0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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