Html Css Color HEX #ADEDD5 Magic Mint

📋 copy color: '#ADEDD5'

red 173 ◦ green 237 ◦ blue 213

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

Shades of Magic Mint #ADEDD5

Tints of Magic Mint #ADEDD5

RGB

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

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

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

R = 27.77%
G = 38.04%
B = 34.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ADEDD5 (or 0xADEDD5) is known color: Magic Mint. HEX triplet: AD, ED and D5. RGB value is (173,237,213). Sum of RGB (Red+Green+Blue) = 173+237+213=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD5 is #52122A. Grayscale: #D7D7D7. Windows color (decimal): -5378603 or 14020013. OLE color: 14020013.

HSL color Cylindrical-coordinate representation of color #ADEDD5: hue angle of 157.5º 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 #ADEDD5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 213 -
CMYK 0.27 0 0.10 0.07
HSL 157.5º 0.64% 0.8% -
HSV(B) 157.5º 0.27% 0.93% -
XYZ 59.53 74.26 74.15 -
YUV 215.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 173 237 213 0.27 0 0.10 0.07 157.5 0.64 0.8
Hex AD ED D5 1B 0 A 7 9E 40 50
Octal 255 355 325 33 0 12 7 236 100 120
Binary 10101101 11101101 11010101 11011 0 1010 111 10011110 1000000 1010000

Color Harmonies of #ADEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDD5

Black with #ADEDD5

Text Example


Text Example

White with #ADEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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