Html Css Color HEX #94EBC3 Magic Mint

📋 copy color: '#94EBC3'

red 148 ◦ green 235 ◦ blue 195

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

Shades of Magic Mint #94EBC3

Tints of Magic Mint #94EBC3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.66%

 BLUE value IS 195 (76.56% from 255) = 33.74%

R = 25.61%
G = 40.66%
B = 33.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#94EBC3 (or 0x94EBC3) is known color: Magic Mint. HEX triplet: 94, EB and C3. RGB value is (148,235,195). Sum of RGB (Red+Green+Blue) = 148+235+195=578 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.61% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EBC3 is #6B143C. Grayscale: #CCCCCC. Windows color (decimal): -7017533 or 12839828. OLE color: 12839828.

HSL color Cylindrical-coordinate representation of color #94EBC3: hue angle of 152.41º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBC3 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 235 195 -
CMYK 0.37 0 0.17 0.08
HSL 152.41º 0.69% 0.75% -
HSV(B) 152.41º 0.37% 0.92% -
XYZ 51.77 69.65 62.35 -
YUV 204.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 148 235 195 0.37 0 0.17 0.08 152.41 0.69 0.75
Hex 94 EB C3 25 0 11 8 98 45 4B
Octal 224 353 303 45 0 21 10 230 105 113
Binary 10010100 11101011 11000011 100101 0 10001 1000 10011000 1000101 1001011

Color Harmonies of #94EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EBC3

Black with #94EBC3

Text Example


Text Example

White with #94EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,235,195); }

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

background-color css

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

 a { background-color: rgb(148,235,195); }

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

border-color css

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

 span { border-color: rgb(148,235,195); }

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