Html Css Color HEX #ADEAD2 Magic Mint

📋 copy color: '#ADEAD2'

red 173 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #ADEAD2

Tints of Magic Mint #ADEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.93%

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

R = 28.04%
G = 37.93%
B = 34.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#ADEAD2 (or 0xADEAD2) is known color: Magic Mint. HEX triplet: AD, EA and D2. RGB value is (173,234,210). Sum of RGB (Red+Green+Blue) = 173+234+210=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD2 is #52152D. Grayscale: #D5D5D5. Windows color (decimal): -5379374 or 13822637. OLE color: 13822637.

HSL color Cylindrical-coordinate representation of color #ADEAD2: hue angle of 156.39º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEAD2 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 210 -
CMYK 0.26 0 0.10 0.08
HSL 156.39º 0.59% 0.8% -
HSV(B) 156.39º 0.26% 0.92% -
XYZ 58.29 72.38 71.87 -
YUV 213.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 173 234 210 0.26 0 0.10 0.08 156.39 0.59 0.8
Hex AD EA D2 1A 0 A 8 9C 3B 50
Octal 255 352 322 32 0 12 10 234 73 120
Binary 10101101 11101010 11010010 11010 0 1010 1000 10011100 111011 1010000

Color Harmonies of #ADEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAD2

Black with #ADEAD2

Text Example


Text Example

White with #ADEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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