#93EFD2

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

Shades of Magic Mint #93EFD2

Tints of Magic Mint #93EFD2

Color information

#93EFD2 (or 0x93EFD2) is unknown color: approx Magic Mint. HEX triplet: 93, EF and D2. RGB value is (147,239,210). Sum of RGB (Red+Green+Blue) = 147+239+210=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFD2 is #6C102D. Grayscale: #D0D0D0. Windows color (decimal): -7082030 or 13823891. OLE color: 13823891.

HSL color Cylindrical-coordinate representation of color #93EFD2: hue angle of 161.09º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFD2 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB147239210-
CMYK0.3800.120.06
HSL161.09º74.19%75.69%-
HSV(B)161.09º38.49%93.73%-
XYZ54.5372.5972.11-
YUV208.19129.0284.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.66%
GREEN value IS 239 (93.75% from 255) = 40.10%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=24.66%
G=40.10%
B=35.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472392100.3800.120.06161.0974.1975.69
Hex93EFD2260C6a14a4c
Octal223357322460146241112114
Binary100100111110111111010010100110011001101010000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,239,210); }

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

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

 a { background-color: rgb(147,239,210); }

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

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

 span { border-color: rgb(147,239,210); }

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