Html Css Color HEX #ADEDD7 Magic Mint

📋 copy color: '#ADEDD7'

red 173 ◦ green 237 ◦ blue 215

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

Shades of Magic Mint #ADEDD7

Tints of Magic Mint #ADEDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.4%

R = 27.68%
G = 37.92%
B = 34.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ADEDD7 (or 0xADEDD7) is known color: Magic Mint. HEX triplet: AD, ED and D7. RGB value is (173,237,215). Sum of RGB (Red+Green+Blue) = 173+237+215=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD7 is #521228. Grayscale: #D7D7D7. Windows color (decimal): -5378601 or 14151085. OLE color: 14151085.

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

Color convert

RGB 173 237 215 -
CMYK 0.27 0 0.09 0.07
HSL 159.38º 0.64% 0.8% -
HSV(B) 159.38º 0.27% 0.93% -
XYZ 59.78 74.36 75.49 -
YUV 215.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 173 237 215 0.27 0 0.09 0.07 159.38 0.64 0.8
Hex AD ED D7 1B 0 9 7 9F 40 50
Octal 255 355 327 33 0 11 7 237 100 120
Binary 10101101 11101101 11010111 11011 0 1001 111 10011111 1000000 1010000

Color Harmonies of #ADEDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDD7

Black with #ADEDD7

Text Example


Text Example

White with #ADEDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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