Html Css Color HEX #ADEBCD Magic Mint

📋 copy color: '#ADEBCD'

red 173 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #ADEBCD

Tints of Magic Mint #ADEBCD

RGB

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

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

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

R = 28.22%
G = 38.34%
B = 33.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#ADEBCD (or 0xADEBCD) is known color: Magic Mint. HEX triplet: AD, EB and CD. RGB value is (173,235,205). Sum of RGB (Red+Green+Blue) = 173+235+205=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBCD is #521432. Grayscale: #D5D5D5. Windows color (decimal): -5379123 or 13495213. OLE color: 13495213.

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

Color convert

RGB 173 235 205 -
CMYK 0.26 0 0.13 0.08
HSL 150.97º 0.61% 0.8% -
HSV(B) 150.97º 0.26% 0.92% -
XYZ 57.96 72.71 68.74 -
YUV 213.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 173 235 205 0.26 0 0.13 0.08 150.97 0.61 0.8
Hex AD EB CD 1A 0 D 8 97 3D 50
Octal 255 353 315 32 0 15 10 227 75 120
Binary 10101101 11101011 11001101 11010 0 1101 1000 10010111 111101 1010000

Color Harmonies of #ADEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBCD

Black with #ADEBCD

Text Example


Text Example

White with #ADEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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