Html Css Color HEX #ADEDCE Magic Mint

📋 copy color: '#ADEDCE'

red 173 ◦ green 237 ◦ blue 206

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

Shades of Magic Mint #ADEDCE

Tints of Magic Mint #ADEDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.44%

R = 28.08%
G = 38.47%
B = 33.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ADEDCE (or 0xADEDCE) is known color: Magic Mint. HEX triplet: AD, ED and CE. RGB value is (173,237,206). Sum of RGB (Red+Green+Blue) = 173+237+206=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCE is #521231. Grayscale: #D6D6D6. Windows color (decimal): -5378610 or 13561261. OLE color: 13561261.

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

Color convert

RGB 173 237 206 -
CMYK 0.27 0 0.13 0.07
HSL 150.94º 0.64% 0.8% -
HSV(B) 150.94º 0.27% 0.93% -
XYZ 58.66 73.91 69.57 -
YUV 214.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 173 237 206 0.27 0 0.13 0.07 150.94 0.64 0.8
Hex AD ED CE 1B 0 D 7 97 40 50
Octal 255 355 316 33 0 15 7 227 100 120
Binary 10101101 11101101 11001110 11011 0 1101 111 10010111 1000000 1010000

Color Harmonies of #ADEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDCE

Black with #ADEDCE

Text Example


Text Example

White with #ADEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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