#94F0D2

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

Shades of Magic Mint #94F0D2

Tints of Magic Mint #94F0D2

Color information

#94F0D2 (or 0x94F0D2) is unknown color: approx Magic Mint. HEX triplet: 94, F0 and D2. RGB value is (148,240,210). Sum of RGB (Red+Green+Blue) = 148+240+210=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0D2 is #6B0F2D. Grayscale: #D1D1D1. Windows color (decimal): -7016238 or 13824148. OLE color: 13824148.

HSL color Cylindrical-coordinate representation of color #94F0D2: hue angle of 160.43º degrees, saturation: 0.75, 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 #94F0D2 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB148240210-
CMYK0.3800.120.06
HSL160.43º75.41%76.08%-
HSV(B)160.43º38.33%94.12%-
XYZ55.0173.2772.22-
YUV209.07128.5284.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.75%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 210 (82.42% from 255) = 35.12%
R=24.75%
G=40.13%
B=35.12%

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
Decimal1482402100.3800.120.06160.4375.4176.08
Hex94F0D2260C6a04b4c
Octal224360322460146240113114
Binary100101001111000011010010100110011001101010000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,210); }

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

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

 a { background-color: rgb(148,240,210); }

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

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

 span { border-color: rgb(148,240,210); }

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