#9df3d2

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

Shades of Magic Mint #9DF3D2

Tints of Magic Mint #9DF3D2

Color information

#9DF3D2 (or 0x9DF3D2) is unknown color: approx Magic Mint. HEX triplet: 9D, F3 and D2. RGB value is (157,243,210). Sum of RGB (Red+Green+Blue) = 157+243+210=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF3D2 is #620C2D. Grayscale: #D5D5D5. Windows color (decimal): -6425646 or 13824925. OLE color: 13824925.

HSL color Cylindrical-coordinate representation of color #9DF3D2: hue angle of 156.98º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF3D2 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB157243210-
CMYK0.3500.140.05
HSL156.98º78.18%78.43%-
HSV(B)156.98º35.39%95.29%-
XYZ57.5975.9272.59-
YUV213.52126.0187.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.74%
GREEN value IS 243 (95.31% from 255) = 39.84%
BLUE value IS 210 (82.42% from 255) = 34.43%
R=25.74%
G=39.84%
B=34.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572432100.3500.140.05156.9878.1878.43
Hex9DF3D2230E59d4e4e
Octal235363322430165235116116
Binary100111011111001111010010100011011101011001110110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9df3d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9df3d2; }

 p { color: rgb(157,243,210); }

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

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

 a { background-color: rgb(157,243,210); }

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

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

 span { border-color: rgb(157,243,210); }

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