#9CF1D2

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

Shades of Magic Mint #9CF1D2

Tints of Magic Mint #9CF1D2

Color information

#9CF1D2 (or 0x9CF1D2) is unknown color: approx Magic Mint. HEX triplet: 9C, F1 and D2. RGB value is (156,241,210). Sum of RGB (Red+Green+Blue) = 156+241+210=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF1D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF1D2 is #630E2D. Grayscale: #D4D4D4. Windows color (decimal): -6491694 or 13824412. OLE color: 13824412.

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

Color convert

RGB156241210-
CMYK0.3500.130.05
HSL158.12º75.22%77.84%-
HSV(B)158.12º35.27%94.51%-
XYZ56.874.6372.38-
YUV212.05126.8488.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.70%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=25.70%
G=39.70%
B=34.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1562412100.3500.130.05158.1275.2277.84
Hex9CF1D2230D59e4b4e
Octal234361322430155236113116
Binary100111001111000111010010100011011011011001111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,241,210); }

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

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

 a { background-color: rgb(156,241,210); }

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

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

 span { border-color: rgb(156,241,210); }

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