Html Css Color HEX #ADDEC3 Magic Mint

📋 copy color: '#ADDEC3'

red 173 ◦ green 222 ◦ blue 195

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

Shades of Magic Mint #ADDEC3

Tints of Magic Mint #ADDEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.05%

R = 29.32%
G = 37.63%
B = 33.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#ADDEC3 (or 0xADDEC3) is known color: Magic Mint. HEX triplet: AD, DE and C3. RGB value is (173,222,195). Sum of RGB (Red+Green+Blue) = 173+222+195=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC3 is #52213C. Grayscale: #CCCCCC. Windows color (decimal): -5382461 or 12836525. OLE color: 12836525.

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

Color convert

RGB 173 222 195 -
CMYK 0.22 0 0.12 0.13
HSL 146.94º 0.43% 0.77% -
HSV(B) 146.94º 0.22% 0.87% -
XYZ 53.21 65.07 61.38 -
YUV 204.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 173 222 195 0.22 0 0.12 0.13 146.94 0.43 0.77
Hex AD DE C3 16 0 C D 93 2B 4D
Octal 255 336 303 26 0 14 15 223 53 115
Binary 10101101 11011110 11000011 10110 0 1100 1101 10010011 101011 1001101

Color Harmonies of #ADDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEC3

Black with #ADDEC3

Text Example


Text Example

White with #ADDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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