Html Css Color HEX #ADDEC8 Magic Mint

📋 copy color: '#ADDEC8'

red 173 ◦ green 222 ◦ blue 200

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

Shades of Magic Mint #ADDEC8

Tints of Magic Mint #ADDEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.61%

R = 29.08%
G = 37.31%
B = 33.61%

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

#ADDEC8 (or 0xADDEC8) is known color: Magic Mint. HEX triplet: AD, DE and C8. RGB value is (173,222,200). Sum of RGB (Red+Green+Blue) = 173+222+200=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC8 is #522137. Grayscale: #CCCCCC. Windows color (decimal): -5382456 or 13164205. OLE color: 13164205.

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

Color convert

RGB 173 222 200 -
CMYK 0.22 0 0.10 0.13
HSL 153.06º 0.43% 0.77% -
HSV(B) 153.06º 0.22% 0.87% -
XYZ 53.78 65.3 64.41 -
YUV 204.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 173 222 200 0.22 0 0.10 0.13 153.06 0.43 0.77
Hex AD DE C8 16 0 A D 99 2B 4D
Octal 255 336 310 26 0 12 15 231 53 115
Binary 10101101 11011110 11001000 10110 0 1010 1101 10011001 101011 1001101

Color Harmonies of #ADDEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEC8

Black with #ADDEC8

Text Example


Text Example

White with #ADDEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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