#93F1CB

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

Shades of Magic Mint #93F1CB

Tints of Magic Mint #93F1CB

Color information

#93F1CB (or 0x93F1CB) is unknown color: approx Magic Mint. HEX triplet: 93, F1 and CB. RGB value is (147,241,203). Sum of RGB (Red+Green+Blue) = 147+241+203=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1CB is #6C0E34. Grayscale: #D0D0D0. Windows color (decimal): -7081525 or 13365651. OLE color: 13365651.

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

Color convert

RGB147241203-
CMYK0.3900.160.05
HSL155.74º77.05%76.08%-
HSV(B)155.74º39%94.51%-
XYZ54.2773.4367.81-
YUV208.56124.8684.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.87%
GREEN value IS 241 (94.53% from 255) = 40.78%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=24.87%
G=40.78%
B=34.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472412030.3900.160.05155.7477.0576.08
Hex93F1CB2701059c4d4c
Octal223361313470205234115114
Binary1001001111110001110010111001110100001011001110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F1CB; }

 p { color: rgb(147,241,203); }

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

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

 a { background-color: rgb(147,241,203); }

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

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

 span { border-color: rgb(147,241,203); }

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