Html Css Color HEX #ADEED6 Magic Mint

📋 copy color: '#ADEED6'

red 173 ◦ green 238 ◦ blue 214

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

Shades of Magic Mint #ADEED6

Tints of Magic Mint #ADEED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.08%

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 27.68%
G = 38.08%
B = 34.24%

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

#ADEED6 (or 0xADEED6) is known color: Magic Mint. HEX triplet: AD, EE and D6. RGB value is (173,238,214). Sum of RGB (Red+Green+Blue) = 173+238+214=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEED6 is #521129. Grayscale: #D7D7D7. Windows color (decimal): -5378346 or 14085805. OLE color: 14085805.

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

Color convert

RGB 173 238 214 -
CMYK 0.27 0 0.10 0.07
HSL 157.85º 0.66% 0.81% -
HSV(B) 157.85º 0.27% 0.93% -
XYZ 59.95 74.89 74.91 -
YUV 215.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 173 238 214 0.27 0 0.10 0.07 157.85 0.66 0.81
Hex AD EE D6 1B 0 A 7 9E 42 51
Octal 255 356 326 33 0 12 7 236 102 121
Binary 10101101 11101110 11010110 11011 0 1010 111 10011110 1000010 1010001

Color Harmonies of #ADEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEED6

Black with #ADEED6

Text Example


Text Example

White with #ADEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEED6; }

 p { color: rgb(173,238,214); }

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

background-color css

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

 a { background-color: rgb(173,238,214); }

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

border-color css

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

 span { border-color: rgb(173,238,214); }

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