#ADFCD0

Color #ADFCD0 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ADFCD0

Tints of Magic Mint #ADFCD0

Color information

#ADFCD0 (or 0xADFCD0) is unknown color: approx 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

RGB173252208-
CMYK0.3100.170.01
HSL146.58º92.94%83.33%-
HSV(B)146.58º31.35%98.82%-
XYZ63.4383.0672.36-
YUV223.36119.3392.08-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522080.3100.170.01146.5892.9483.33
HexADFCD01F0111935d53
Octal255374320370211223135123
Binary1010110111111100110100001111101000111001001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>