Html Css Color HEX #ADDDC7 Magic Mint

📋 copy color: '#ADDDC7'

red 173 ◦ green 221 ◦ blue 199

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

Shades of Magic Mint #ADDDC7

Tints of Magic Mint #ADDDC7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.27%

 BLUE value IS 199 (78.13% from 255) = 33.56%

R = 29.17%
G = 37.27%
B = 33.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#ADDDC7 (or 0xADDDC7) is known color: Magic Mint. HEX triplet: AD, DD and C7. RGB value is (173,221,199). Sum of RGB (Red+Green+Blue) = 173+221+199=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDC7 is #522238. Grayscale: #CCCCCC. Windows color (decimal): -5382713 or 13098413. OLE color: 13098413.

HSL color Cylindrical-coordinate representation of color #ADDDC7: hue angle of 152.5º degrees, saturation: 0.41, 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 #ADDDC7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 199 -
CMYK 0.22 0 0.10 0.13
HSL 152.5º 0.41% 0.77% -
HSV(B) 152.5º 0.22% 0.87% -
XYZ 53.4 64.72 63.71 -
YUV 204.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 173 221 199 0.22 0 0.10 0.13 152.5 0.41 0.77
Hex AD DD C7 16 0 A D 98 29 4D
Octal 255 335 307 26 0 12 15 230 51 115
Binary 10101101 11011101 11000111 10110 0 1010 1101 10011000 101001 1001101

Color Harmonies of #ADDDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDC7

Black with #ADDDC7

Text Example


Text Example

White with #ADDDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDC7; }

 p { color: rgb(173,221,199); }

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

background-color css

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

 a { background-color: rgb(173,221,199); }

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

border-color css

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

 span { border-color: rgb(173,221,199); }

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