Html Css Color HEX #ADEED5 Magic Mint

📋 copy color: '#ADEED5'

red 173 ◦ green 238 ◦ blue 213

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

Shades of Magic Mint #ADEED5

Tints of Magic Mint #ADEED5

RGB

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

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

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

R = 27.72%
G = 38.14%
B = 34.13%

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

#ADEED5 (or 0xADEED5) is known color: Magic Mint. HEX triplet: AD, EE and D5. RGB value is (173,238,213). Sum of RGB (Red+Green+Blue) = 173+238+213=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEED5 is #52112A. Grayscale: #D7D7D7. Windows color (decimal): -5378347 or 14020269. OLE color: 14020269.

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

Color convert

RGB 173 238 213 -
CMYK 0.27 0 0.11 0.07
HSL 156.92º 0.66% 0.81% -
HSV(B) 156.92º 0.27% 0.93% -
XYZ 59.82 74.84 74.24 -
YUV 215.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 173 238 213 0.27 0 0.11 0.07 156.92 0.66 0.81
Hex AD EE D5 1B 0 B 7 9D 42 51
Octal 255 356 325 33 0 13 7 235 102 121
Binary 10101101 11101110 11010101 11011 0 1011 111 10011101 1000010 1010001

Color Harmonies of #ADEED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEED5

Black with #ADEED5

Text Example


Text Example

White with #ADEED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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