Html Css Color HEX #ADEDD2 Magic Mint

📋 copy color: '#ADEDD2'

red 173 ◦ green 237 ◦ blue 210

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

Shades of Magic Mint #ADEDD2

Tints of Magic Mint #ADEDD2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

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

R = 27.9%
G = 38.23%
B = 33.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ADEDD2 (or 0xADEDD2) is known color: Magic Mint. HEX triplet: AD, ED and D2. RGB value is (173,237,210). Sum of RGB (Red+Green+Blue) = 173+237+210=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD2 is #52122D. Grayscale: #D6D6D6. Windows color (decimal): -5378606 or 13823405. OLE color: 13823405.

HSL color Cylindrical-coordinate representation of color #ADEDD2: hue angle of 154.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDD2 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 210 -
CMYK 0.27 0 0.11 0.07
HSL 154.69º 0.64% 0.8% -
HSV(B) 154.69º 0.27% 0.93% -
XYZ 59.15 74.11 72.16 -
YUV 214.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 173 237 210 0.27 0 0.11 0.07 154.69 0.64 0.8
Hex AD ED D2 1B 0 B 7 9B 40 50
Octal 255 355 322 33 0 13 7 233 100 120
Binary 10101101 11101101 11010010 11011 0 1011 111 10011011 1000000 1010000

Color Harmonies of #ADEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDD2

Black with #ADEDD2

Text Example


Text Example

White with #ADEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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