Html Css Color HEX #94EECE Magic Mint

📋 copy color: '#94EECE'

red 148 ◦ green 238 ◦ blue 206

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

Shades of Magic Mint #94EECE

Tints of Magic Mint #94EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 25%
G = 40.2%
B = 34.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#94EECE (or 0x94EECE) is known color: Magic Mint. HEX triplet: 94, EE and CE. RGB value is (148,238,206). Sum of RGB (Red+Green+Blue) = 148+238+206=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #94EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EECE is #6B1131. Grayscale: #CFCFCF. Windows color (decimal): -7016754 or 13561492. OLE color: 13561492.

HSL color Cylindrical-coordinate representation of color #94EECE: hue angle of 158.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EECE is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 206 -
CMYK 0.38 0 0.13 0.07
HSL 158.67º 0.73% 0.76% -
HSV(B) 158.67º 0.38% 0.93% -
XYZ 53.93 71.9 69.43 -
YUV 207.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 148 238 206 0.38 0 0.13 0.07 158.67 0.73 0.76
Hex 94 EE CE 26 0 D 7 9F 49 4C
Octal 224 356 316 46 0 15 7 237 111 114
Binary 10010100 11101110 11001110 100110 0 1101 111 10011111 1001001 1001100

Color Harmonies of #94EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EECE

Black with #94EECE

Text Example


Text Example

White with #94EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,238,206); }

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

background-color css

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

 a { background-color: rgb(148,238,206); }

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

border-color css

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

 span { border-color: rgb(148,238,206); }

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