Html Css Color HEX #ADEBD1 Magic Mint

📋 copy color: '#ADEBD1'

red 173 ◦ green 235 ◦ blue 209

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

Shades of Magic Mint #ADEBD1

Tints of Magic Mint #ADEBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

 BLUE value IS 209 (82.03% from 255) = 33.87%

R = 28.04%
G = 38.09%
B = 33.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#ADEBD1 (or 0xADEBD1) is known color: Magic Mint. HEX triplet: AD, EB and D1. RGB value is (173,235,209). Sum of RGB (Red+Green+Blue) = 173+235+209=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBD1 is #52142E. Grayscale: #D5D5D5. Windows color (decimal): -5379119 or 13757357. OLE color: 13757357.

HSL color Cylindrical-coordinate representation of color #ADEBD1: hue angle of 154.84º degrees, saturation: 0.61, 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 #ADEBD1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 209 -
CMYK 0.26 0 0.11 0.08
HSL 154.84º 0.61% 0.8% -
HSV(B) 154.84º 0.26% 0.92% -
XYZ 58.45 72.9 71.31 -
YUV 213.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 173 235 209 0.26 0 0.11 0.08 154.84 0.61 0.8
Hex AD EB D1 1A 0 B 8 9B 3D 50
Octal 255 353 321 32 0 13 10 233 75 120
Binary 10101101 11101011 11010001 11010 0 1011 1000 10011011 111101 1010000

Color Harmonies of #ADEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBD1

Black with #ADEBD1

Text Example


Text Example

White with #ADEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBD1; }

 p { color: rgb(173,235,209); }

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

background-color css

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

 a { background-color: rgb(173,235,209); }

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

border-color css

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

 span { border-color: rgb(173,235,209); }

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