#9DF1CE

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

Shades of Magic Mint #9DF1CE

Tints of Magic Mint #9DF1CE

Color information

#9DF1CE (or 0x9DF1CE) is unknown color: approx Magic Mint. HEX triplet: 9D, F1 and CE. RGB value is (157,241,206). Sum of RGB (Red+Green+Blue) = 157+241+206=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1CE is #620E31. Grayscale: #D3D3D3. Windows color (decimal): -6426162 or 13562269. OLE color: 13562269.

HSL color Cylindrical-coordinate representation of color #9DF1CE: hue angle of 155º degrees, saturation: 0.75, 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 #9DF1CE is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB157241206-
CMYK0.3500.150.05
HSL155º75%78.04%-
HSV(B)155º34.85%94.51%-
XYZ56.574.5369.8-
YUV211.89124.6788.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.99%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=25.99%
G=39.90%
B=34.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572412060.3500.150.051557578.04
Hex9DF1CE230F59b4b4e
Octal235361316430175233113116
Binary100111011111000111001110100011011111011001101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,241,206); }

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

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

 a { background-color: rgb(157,241,206); }

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

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

 span { border-color: rgb(157,241,206); }

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