Html Css Color HEX #94EFC4 Magic Mint

📋 copy color: '#94EFC4'

red 148 ◦ green 239 ◦ blue 196

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

Shades of Magic Mint #94EFC4

Tints of Magic Mint #94EFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.62%

R = 25.39%
G = 40.99%
B = 33.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#94EFC4 (or 0x94EFC4) is known color: Magic Mint. HEX triplet: 94, EF and C4. RGB value is (148,239,196). Sum of RGB (Red+Green+Blue) = 148+239+196=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFC4 is #6B103B. Grayscale: #CECECE. Windows color (decimal): -7016508 or 12906388. OLE color: 12906388.

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

Color convert

RGB 148 239 196 -
CMYK 0.38 0 0.18 0.06
HSL 151.65º 0.74% 0.76% -
HSV(B) 151.65º 0.38% 0.94% -
XYZ 53.04 72.01 63.33 -
YUV 206.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 148 239 196 0.38 0 0.18 0.06 151.65 0.74 0.76
Hex 94 EF C4 26 0 12 6 98 4A 4C
Octal 224 357 304 46 0 22 6 230 112 114
Binary 10010100 11101111 11000100 100110 0 10010 110 10011000 1001010 1001100

Color Harmonies of #94EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFC4

Black with #94EFC4

Text Example


Text Example

White with #94EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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