Html Css Color HEX #94FACA Magic Mint

📋 copy color: '#94FACA'

red 148 ◦ green 250 ◦ blue 202

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

Shades of Magic Mint #94FACA

Tints of Magic Mint #94FACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.67%

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

R = 24.67%
G = 41.67%
B = 33.67%

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

#94FACA (or 0x94FACA) is known color: Magic Mint. HEX triplet: 94, FA and CA. RGB value is (148,250,202). Sum of RGB (Red+Green+Blue) = 148+250+202=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #94FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FACA is #6B0535. Grayscale: #D6D6D6. Windows color (decimal): -7013686 or 13302420. OLE color: 13302420.

HSL color Cylindrical-coordinate representation of color #94FACA: hue angle of 151.76º degrees, saturation: 0.91, 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 #94FACA is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 250 202 -
CMYK 0.41 0 0.19 0.02
HSL 151.76º 0.91% 0.78% -
HSV(B) 151.76º 0.41% 0.98% -
XYZ 57.06 78.93 68.11 -
YUV 214.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 148 250 202 0.41 0 0.19 0.02 151.76 0.91 0.78
Hex 94 FA CA 29 0 13 2 98 5B 4E
Octal 224 372 312 51 0 23 2 230 133 116
Binary 10010100 11111010 11001010 101001 0 10011 10 10011000 1011011 1001110

Color Harmonies of #94FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FACA

Black with #94FACA

Text Example


Text Example

White with #94FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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