Html Css Color HEX #94F0D2 Magic Mint

📋 copy color: '#94F0D2'

red 148 ◦ green 240 ◦ blue 210

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

Shades of Magic Mint #94F0D2

Tints of Magic Mint #94F0D2

RGB

 RED value IS 148 (58.2% 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 value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#94F0D2 (or 0x94F0D2) is known color: 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

RGB 148 240 210 -
CMYK 0.38 0 0.12 0.06
HSL 160.43º 0.75% 0.76% -
HSV(B) 160.43º 0.38% 0.94% -
XYZ 55.01 73.27 72.22 -
YUV 209.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 148 240 210 0.38 0 0.12 0.06 160.43 0.75 0.76
Hex 94 F0 D2 26 0 C 6 A0 4B 4C
Octal 224 360 322 46 0 14 6 240 113 114
Binary 10010100 11110000 11010010 100110 0 1100 110 10100000 1001011 1001100

Color Harmonies of #94F0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F0D2

Black with #94F0D2

Text Example


Text Example

White with #94F0D2

Text Example


Text Example

HTML Codes & Css Web 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>