#ADFDD0

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

Shades of Magic Mint #ADFDD0

Tints of Magic Mint #ADFDD0

Color information

#ADFDD0 (or 0xADFDD0) is unknown color: approx Magic Mint. HEX triplet: AD, FD and D0. RGB value is (173,253,208). Sum of RGB (Red+Green+Blue) = 173+253+208=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDD0 is #52022F. Grayscale: #E0E0E0. Windows color (decimal): -5374512 or 13696429. OLE color: 13696429.

HSL color Cylindrical-coordinate representation of color #ADFDD0: hue angle of 146.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDD0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB173253208-
CMYK0.3200.180.01
HSL146.25º95.24%83.53%-
HSV(B)146.25º31.62%99.22%-
XYZ63.7483.6972.47-
YUV223.9511991.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 253 (99.22% from 255) = 39.91%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=27.29%
G=39.91%
B=32.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532080.3200.180.01146.2595.2483.53
HexADFDD0200121925f54
Octal255375320400221222137124
Binary10101101111111011101000010000001001011001001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDD0; }

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

 H1.HeaderClassName
 {
   color: #ADFDD0;
 }
 .AnyTagClassName
 {
   color: #ADFDD0;
 }
</style>
background-color css

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

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

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

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

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

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