#94F5CD

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

Shades of Magic Mint #94F5CD

Tints of Magic Mint #94F5CD

Color information

#94F5CD (or 0x94F5CD) is unknown color: approx Magic Mint. HEX triplet: 94, F5 and CD. RGB value is (148,245,205). Sum of RGB (Red+Green+Blue) = 148+245+205=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #94F5CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F5CD is #6B0A32. Grayscale: #D3D3D3. Windows color (decimal): -7014963 or 13497748. OLE color: 13497748.

HSL color Cylindrical-coordinate representation of color #94F5CD: hue angle of 155.26º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F5CD is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB148245205-
CMYK0.4000.160.04
HSL155.26º82.91%77.06%-
HSV(B)155.26º39.59%96.08%-
XYZ55.8876.0169.48-
YUV211.44124.3682.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.75%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=24.75%
G=40.97%
B=34.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482452050.4000.160.04155.2682.9177.06
Hex94F5CD2801049b534d
Octal224365315500204233123115
Binary1001010011110101110011011010000100001001001101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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