Html Css Color HEX #94EED3 Magic Mint

📋 copy color: '#94EED3'

red 148 ◦ green 238 ◦ blue 211

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

Shades of Magic Mint #94EED3

Tints of Magic Mint #94EED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.87%

 BLUE value IS 211 (82.81% from 255) = 35.34%

R = 24.79%
G = 39.87%
B = 35.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#94EED3 (or 0x94EED3) is known color: Magic Mint. HEX triplet: 94, EE and D3. RGB value is (148,238,211). Sum of RGB (Red+Green+Blue) = 148+238+211=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #94EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EED3 is #6B112C. Grayscale: #D0D0D0. Windows color (decimal): -7016749 or 13889172. OLE color: 13889172.

HSL color Cylindrical-coordinate representation of color #94EED3: hue angle of 162º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EED3 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 211 -
CMYK 0.38 0 0.11 0.07
HSL 162º 0.73% 0.76% -
HSV(B) 162º 0.38% 0.93% -
XYZ 54.55 72.15 72.68 -
YUV 208.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 148 238 211 0.38 0 0.11 0.07 162 0.73 0.76
Hex 94 EE D3 26 0 B 7 A2 49 4C
Octal 224 356 323 46 0 13 7 242 111 114
Binary 10010100 11101110 11010011 100110 0 1011 111 10100010 1001001 1001100

Color Harmonies of #94EED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EED3

Black with #94EED3

Text Example


Text Example

White with #94EED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,238,211); }

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

background-color css

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

 a { background-color: rgb(148,238,211); }

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

border-color css

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

 span { border-color: rgb(148,238,211); }

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