Html Css Color HEX #94F8C9 Magic Mint

📋 copy color: '#94F8C9'

red 148 ◦ green 248 ◦ blue 201

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

Shades of Magic Mint #94F8C9

Tints of Magic Mint #94F8C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 24.79%
G = 41.54%
B = 33.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#94F8C9 (or 0x94F8C9) is known color: Magic Mint. HEX triplet: 94, F8 and C9. RGB value is (148,248,201). Sum of RGB (Red+Green+Blue) = 148+248+201=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F8C9 is #6B0736. Grayscale: #D4D4D4. Windows color (decimal): -7014199 or 13236372. OLE color: 13236372.

HSL color Cylindrical-coordinate representation of color #94F8C9: hue angle of 151.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 #94F8C9 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 248 201 -
CMYK 0.40 0 0.19 0.03
HSL 151.8º 0.88% 0.78% -
HSV(B) 151.8º 0.4% 0.97% -
XYZ 56.32 77.65 67.28 -
YUV 212.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 148 248 201 0.40 0 0.19 0.03 151.8 0.88 0.78
Hex 94 F8 C9 28 0 13 3 98 58 4E
Octal 224 370 311 50 0 23 3 230 130 116
Binary 10010100 11111000 11001001 101000 0 10011 11 10011000 1011000 1001110

Color Harmonies of #94F8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F8C9

Black with #94F8C9

Text Example


Text Example

White with #94F8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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