#96F1CD

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

Shades of Magic Mint #96F1CD

Tints of Magic Mint #96F1CD

Color information

#96F1CD (or 0x96F1CD) is unknown color: approx Magic Mint. HEX triplet: 96, F1 and CD. RGB value is (150,241,205). Sum of RGB (Red+Green+Blue) = 150+241+205=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1CD is #690E32. Grayscale: #D1D1D1. Windows color (decimal): -6884915 or 13496726. OLE color: 13496726.

HSL color Cylindrical-coordinate representation of color #96F1CD: hue angle of 156.26º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1CD is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB150241205-
CMYK0.3800.150.05
HSL156.26º76.47%76.67%-
HSV(B)156.26º37.76%94.51%-
XYZ55.0573.869.1-
YUV209.69125.3585.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.17%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=25.17%
G=40.44%
B=34.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502412050.3800.150.05156.2676.4776.67
Hex96F1CD260F59c4c4d
Octal226361315460175234114115
Binary100101101111000111001101100110011111011001110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F1CD; }

 p { color: rgb(150,241,205); }

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

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

 a { background-color: rgb(150,241,205); }

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

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

 span { border-color: rgb(150,241,205); }

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