Html Css Color HEX #ADF5D2 Magic Mint

📋 copy color: '#ADF5D2'

red 173 ◦ green 245 ◦ blue 210

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

Shades of Magic Mint #ADF5D2

Tints of Magic Mint #ADF5D2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.01%

 BLUE value IS 210 (82.42% from 255) = 33.44%

R = 27.55%
G = 39.01%
B = 33.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#ADF5D2 (or 0xADF5D2) is known color: Magic Mint. HEX triplet: AD, F5 and D2. RGB value is (173,245,210). Sum of RGB (Red+Green+Blue) = 173+245+210=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5D2 is #520A2D. Grayscale: #DBDBDB. Windows color (decimal): -5376558 or 13825453. OLE color: 13825453.

HSL color Cylindrical-coordinate representation of color #ADF5D2: hue angle of 150.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5D2 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 245 210 -
CMYK 0.29 0 0.14 0.04
HSL 150.83º 0.78% 0.82% -
HSV(B) 150.83º 0.29% 0.96% -
XYZ 61.52 78.84 72.95 -
YUV 219.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 173 245 210 0.29 0 0.14 0.04 150.83 0.78 0.82
Hex AD F5 D2 1D 0 E 4 97 4E 52
Octal 255 365 322 35 0 16 4 227 116 122
Binary 10101101 11110101 11010010 11101 0 1110 100 10010111 1001110 1010010

Color Harmonies of #ADF5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF5D2

Black with #ADF5D2

Text Example


Text Example

White with #ADF5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF5D2; }

 p { color: rgb(173,245,210); }

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

background-color css

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

 a { background-color: rgb(173,245,210); }

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

border-color css

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

 span { border-color: rgb(173,245,210); }

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