Html Css Color HEX #94EECD Magic Mint

📋 copy color: '#94EECD'

red 148 ◦ green 238 ◦ blue 205

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

Shades of Magic Mint #94EECD

Tints of Magic Mint #94EECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.69%

R = 25.04%
G = 40.27%
B = 34.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#94EECD (or 0x94EECD) is known color: Magic Mint. HEX triplet: 94, EE and CD. RGB value is (148,238,205). Sum of RGB (Red+Green+Blue) = 148+238+205=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #94EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EECD is #6B1132. Grayscale: #CFCFCF. Windows color (decimal): -7016755 or 13495956. OLE color: 13495956.

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

Color convert

RGB 148 238 205 -
CMYK 0.38 0 0.14 0.07
HSL 158º 0.73% 0.76% -
HSV(B) 158º 0.38% 0.93% -
XYZ 53.81 71.85 68.79 -
YUV 207.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 148 238 205 0.38 0 0.14 0.07 158 0.73 0.76
Hex 94 EE CD 26 0 E 7 9E 49 4C
Octal 224 356 315 46 0 16 7 236 111 114
Binary 10010100 11101110 11001101 100110 0 1110 111 10011110 1001001 1001100

Color Harmonies of #94EECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EECD

Black with #94EECD

Text Example


Text Example

White with #94EECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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