#94EBCD

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

Shades of Magic Mint #94EBCD

Tints of Magic Mint #94EBCD

Color information

#94EBCD (or 0x94EBCD) is unknown color: approx Magic Mint. HEX triplet: 94, EB and CD. RGB value is (148,235,205). Sum of RGB (Red+Green+Blue) = 148+235+205=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EBCD is #6B1432. Grayscale: #CDCDCD. Windows color (decimal): -7017523 or 13495188. OLE color: 13495188.

HSL color Cylindrical-coordinate representation of color #94EBCD: hue angle of 159.31º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBCD is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB148235205-
CMYK0.3700.130.08
HSL159.31º68.5%75.1%-
HSV(B)159.31º37.02%92.16%-
XYZ52.9470.1268.5-
YUV205.57127.6886.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.17%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=25.17%
G=39.97%
B=34.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482352050.3700.130.08159.3168.575.1
Hex94EBCD250D89f454b
Octal2243533154501510237105113
Binary1001010011101011110011011001010110110001001111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94EBCD; }

 p { color: rgb(148,235,205); }

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

<style>
 a { background-color: #94EBCD; }

 a { background-color: rgb(148,235,205); }

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

<style>
 span { border-color: #94EBCD; }

 span { border-color: rgb(148,235,205); }

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