Html Css Color HEX #ADDEC5 Magic Mint

📋 copy color: '#ADDEC5'

red 173 ◦ green 222 ◦ blue 197

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

Shades of Magic Mint #ADDEC5

Tints of Magic Mint #ADDEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 29.22%
G = 37.5%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#ADDEC5 (or 0xADDEC5) is known color: Magic Mint. HEX triplet: AD, DE and C5. RGB value is (173,222,197). Sum of RGB (Red+Green+Blue) = 173+222+197=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC5 is #52213A. Grayscale: #CCCCCC. Windows color (decimal): -5382459 or 12967597. OLE color: 12967597.

HSL color Cylindrical-coordinate representation of color #ADDEC5: hue angle of 149.39º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEC5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 197 -
CMYK 0.22 0 0.11 0.13
HSL 149.39º 0.43% 0.77% -
HSV(B) 149.39º 0.22% 0.87% -
XYZ 53.43 65.16 62.58 -
YUV 204.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 173 222 197 0.22 0 0.11 0.13 149.39 0.43 0.77
Hex AD DE C5 16 0 B D 95 2B 4D
Octal 255 336 305 26 0 13 15 225 53 115
Binary 10101101 11011110 11000101 10110 0 1011 1101 10010101 101011 1001101

Color Harmonies of #ADDEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEC5

Black with #ADDEC5

Text Example


Text Example

White with #ADDEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEC5; }

 p { color: rgb(173,222,197); }

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

background-color css

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

 a { background-color: rgb(173,222,197); }

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

border-color css

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

 span { border-color: rgb(173,222,197); }

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