Html Css Color HEX #94F6D0 Magic Mint

📋 copy color: '#94F6D0'

red 148 ◦ green 246 ◦ blue 208

#94F6D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #94F6D0

Tints of Magic Mint #94F6D0

RGB

 RED value IS 148 (58.2% from 255) = 24.58%

 GREEN value IS 246 (96.48% from 255) = 40.86%

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 24.58%
G = 40.86%
B = 34.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#94F6D0 (or 0x94F6D0) is known color: Magic Mint. HEX triplet: 94, F6 and D0. RGB value is (148,246,208). Sum of RGB (Red+Green+Blue) = 148+246+208=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6D0 is #6B092F. Grayscale: #D4D4D4. Windows color (decimal): -7014704 or 13694612. OLE color: 13694612.

HSL color Cylindrical-coordinate representation of color #94F6D0: hue angle of 156.73º degrees, saturation: 0.84, 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 #94F6D0 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 246 208 -
CMYK 0.40 0 0.15 0.04
HSL 156.73º 0.84% 0.77% -
HSV(B) 156.73º 0.4% 0.96% -
XYZ 56.55 76.76 71.51 -
YUV 212.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 148 246 208 0.40 0 0.15 0.04 156.73 0.84 0.77
Hex 94 F6 D0 28 0 F 4 9D 54 4D
Octal 224 366 320 50 0 17 4 235 124 115
Binary 10010100 11110110 11010000 101000 0 1111 100 10011101 1010100 1001101

Color Harmonies of #94F6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F6D0

Black with #94F6D0

Text Example


Text Example

White with #94F6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,246,208); }

 H1.HeaderClassName
 {
   color: #94F6D0;
 }
 .AnyTagClassName
 {
   color: #94F6D0;
 }
</style>

background-color css

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

 a { background-color: rgb(148,246,208); }

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

border-color css

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

 span { border-color: rgb(148,246,208); }

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