Html Css Color HEX #94F8CE Magic Mint

📋 copy color: '#94F8CE'

red 148 ◦ green 248 ◦ blue 206

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

Shades of Magic Mint #94F8CE

Tints of Magic Mint #94F8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.2%

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

R = 24.58%
G = 41.2%
B = 34.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#94F8CE (or 0x94F8CE) is known color: Magic Mint. HEX triplet: 94, F8 and CE. RGB value is (148,248,206). Sum of RGB (Red+Green+Blue) = 148+248+206=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F8CE is #6B0731. Grayscale: #D5D5D5. Windows color (decimal): -7014194 or 13564052. OLE color: 13564052.

HSL color Cylindrical-coordinate representation of color #94F8CE: hue angle of 154.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F8CE is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 248 206 -
CMYK 0.40 0 0.17 0.03
HSL 154.8º 0.88% 0.78% -
HSV(B) 154.8º 0.4% 0.97% -
XYZ 56.92 77.89 70.43 -
YUV 213.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 148 248 206 0.40 0 0.17 0.03 154.8 0.88 0.78
Hex 94 F8 CE 28 0 11 3 9B 58 4E
Octal 224 370 316 50 0 21 3 233 130 116
Binary 10010100 11111000 11001110 101000 0 10001 11 10011011 1011000 1001110

Color Harmonies of #94F8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F8CE

Black with #94F8CE

Text Example


Text Example

White with #94F8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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