Html Css Color HEX #94F9CA Magic Mint

📋 copy color: '#94F9CA'

red 148 ◦ green 249 ◦ blue 202

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

Shades of Magic Mint #94F9CA

Tints of Magic Mint #94F9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

 BLUE value IS 202 (79.3% from 255) = 33.72%

R = 24.71%
G = 41.57%
B = 33.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#94F9CA (or 0x94F9CA) is known color: Magic Mint. HEX triplet: 94, F9 and CA. RGB value is (148,249,202). Sum of RGB (Red+Green+Blue) = 148+249+202=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F9CA is #6B0635. Grayscale: #D5D5D5. Windows color (decimal): -7013942 or 13302164. OLE color: 13302164.

HSL color Cylindrical-coordinate representation of color #94F9CA: hue angle of 152.08º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F9CA is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 202 -
CMYK 0.41 0 0.19 0.02
HSL 152.08º 0.89% 0.78% -
HSV(B) 152.08º 0.41% 0.98% -
XYZ 56.75 78.31 68 -
YUV 213.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 148 249 202 0.41 0 0.19 0.02 152.08 0.89 0.78
Hex 94 F9 CA 29 0 13 2 98 59 4E
Octal 224 371 312 51 0 23 2 230 131 116
Binary 10010100 11111001 11001010 101001 0 10011 10 10011000 1011001 1001110

Color Harmonies of #94F9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F9CA

Black with #94F9CA

Text Example


Text Example

White with #94F9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,249,202); }

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

background-color css

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

 a { background-color: rgb(148,249,202); }

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

border-color css

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

 span { border-color: rgb(148,249,202); }

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