Html Css Color HEX #ADFCD0 Magic Mint

📋 copy color: '#ADFCD0'

red 173 ◦ green 252 ◦ blue 208

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

Shades of Magic Mint #ADFCD0

Tints of Magic Mint #ADFCD0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.81%

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 27.33%
G = 39.81%
B = 32.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#ADFCD0 (or 0xADFCD0) is known color: Magic Mint. HEX triplet: AD, FC and D0. RGB value is (173,252,208). Sum of RGB (Red+Green+Blue) = 173+252+208=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCD0 is #52032F. Grayscale: #DFDFDF. Windows color (decimal): -5374768 or 13696173. OLE color: 13696173.

HSL color Cylindrical-coordinate representation of color #ADFCD0: hue angle of 146.58º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCD0 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 208 -
CMYK 0.31 0 0.17 0.01
HSL 146.58º 0.93% 0.83% -
HSV(B) 146.58º 0.31% 0.99% -
XYZ 63.43 83.06 72.36 -
YUV 223.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 173 252 208 0.31 0 0.17 0.01 146.58 0.93 0.83
Hex AD FC D0 1F 0 11 1 93 5D 53
Octal 255 374 320 37 0 21 1 223 135 123
Binary 10101101 11111100 11010000 11111 0 10001 1 10010011 1011101 1010011

Color Harmonies of #ADFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFCD0

Black with #ADFCD0

Text Example


Text Example

White with #ADFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFCD0; }

 p { color: rgb(173,252,208); }

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

background-color css

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

 a { background-color: rgb(173,252,208); }

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

border-color css

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

 span { border-color: rgb(173,252,208); }

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