Html Css Color HEX #94EFD6 Magic Mint

📋 copy color: '#94EFD6'

red 148 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #94EFD6

Tints of Magic Mint #94EFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.77%

 BLUE value IS 214 (83.98% from 255) = 35.61%

R = 24.63%
G = 39.77%
B = 35.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#94EFD6 (or 0x94EFD6) is known color: Magic Mint. HEX triplet: 94, EF and D6. RGB value is (148,239,214). Sum of RGB (Red+Green+Blue) = 148+239+214=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFD6 is #6B1029. Grayscale: #D0D0D0. Windows color (decimal): -7016490 or 14086036. OLE color: 14086036.

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

Color convert

RGB 148 239 214 -
CMYK 0.38 0 0.10 0.06
HSL 163.52º 0.74% 0.76% -
HSV(B) 163.52º 0.38% 0.94% -
XYZ 55.22 72.88 74.78 -
YUV 208.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 148 239 214 0.38 0 0.10 0.06 163.52 0.74 0.76
Hex 94 EF D6 26 0 A 6 A4 4A 4C
Octal 224 357 326 46 0 12 6 244 112 114
Binary 10010100 11101111 11010110 100110 0 1010 110 10100100 1001010 1001100

Color Harmonies of #94EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFD6

Black with #94EFD6

Text Example


Text Example

White with #94EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,214); }

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

background-color css

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

 a { background-color: rgb(148,239,214); }

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

border-color css

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

 span { border-color: rgb(148,239,214); }

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