Html Css Color HEX #ADECCD Magic Mint

📋 copy color: '#ADECCD'

red 173 ◦ green 236 ◦ blue 205

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

Shades of Magic Mint #ADECCD

Tints of Magic Mint #ADECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.44%

 BLUE value IS 205 (80.47% from 255) = 33.39%

R = 28.18%
G = 38.44%
B = 33.39%

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

#ADECCD (or 0xADECCD) is known color: Magic Mint. HEX triplet: AD, EC and CD. RGB value is (173,236,205). Sum of RGB (Red+Green+Blue) = 173+236+205=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECCD is #521332. Grayscale: #D5D5D5. Windows color (decimal): -5378867 or 13495469. OLE color: 13495469.

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

Color convert

RGB 173 236 205 -
CMYK 0.27 0 0.13 0.07
HSL 150.48º 0.62% 0.8% -
HSV(B) 150.48º 0.27% 0.93% -
XYZ 58.25 73.28 68.83 -
YUV 213.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 173 236 205 0.27 0 0.13 0.07 150.48 0.62 0.8
Hex AD EC CD 1B 0 D 7 96 3E 50
Octal 255 354 315 33 0 15 7 226 76 120
Binary 10101101 11101100 11001101 11011 0 1101 111 10010110 111110 1010000

Color Harmonies of #ADECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADECCD

Black with #ADECCD

Text Example


Text Example

White with #ADECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADECCD; }

 p { color: rgb(173,236,205); }

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

background-color css

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

 a { background-color: rgb(173,236,205); }

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

border-color css

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

 span { border-color: rgb(173,236,205); }

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