Html Css Color HEX #ADF2DA Magic Mint

📋 copy color: '#ADF2DA'

red 173 ◦ green 242 ◦ blue 218

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

Shades of Magic Mint #ADF2DA

Tints of Magic Mint #ADF2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.23%

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 27.33%
G = 38.23%
B = 34.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#ADF2DA (or 0xADF2DA) is known color: Magic Mint. HEX triplet: AD, F2 and DA. RGB value is (173,242,218). Sum of RGB (Red+Green+Blue) = 173+242+218=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2DA is #520D25. Grayscale: #DADADA. Windows color (decimal): -5377318 or 14348973. OLE color: 14348973.

HSL color Cylindrical-coordinate representation of color #ADF2DA: hue angle of 159.13º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2DA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 218 -
CMYK 0.29 0 0.10 0.05
HSL 159.13º 0.73% 0.81% -
HSV(B) 159.13º 0.29% 0.95% -
XYZ 61.64 77.45 78.03 -
YUV 218.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 173 242 218 0.29 0 0.10 0.05 159.13 0.73 0.81
Hex AD F2 DA 1D 0 A 5 9F 49 51
Octal 255 362 332 35 0 12 5 237 111 121
Binary 10101101 11110010 11011010 11101 0 1010 101 10011111 1001001 1010001

Color Harmonies of #ADF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2DA

Black with #ADF2DA

Text Example


Text Example

White with #ADF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2DA; }

 p { color: rgb(173,242,218); }

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

background-color css

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

 a { background-color: rgb(173,242,218); }

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

border-color css

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

 span { border-color: rgb(173,242,218); }

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