Html Css Color HEX #94EFCD Magic Mint

📋 copy color: '#94EFCD'

red 148 ◦ green 239 ◦ blue 205

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

Shades of Magic Mint #94EFCD

Tints of Magic Mint #94EFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.37%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 25%
G = 40.37%
B = 34.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#94EFCD (or 0x94EFCD) is known color: Magic Mint. HEX triplet: 94, EF and CD. RGB value is (148,239,205). Sum of RGB (Red+Green+Blue) = 148+239+205=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFCD is #6B1032. Grayscale: #CFCFCF. Windows color (decimal): -7016499 or 13496212. OLE color: 13496212.

HSL color Cylindrical-coordinate representation of color #94EFCD: hue angle of 157.58º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFCD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 205 -
CMYK 0.38 0 0.14 0.06
HSL 157.58º 0.74% 0.76% -
HSV(B) 157.58º 0.38% 0.94% -
XYZ 54.1 72.44 68.89 -
YUV 207.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 148 239 205 0.38 0 0.14 0.06 157.58 0.74 0.76
Hex 94 EF CD 26 0 E 6 9E 4A 4C
Octal 224 357 315 46 0 16 6 236 112 114
Binary 10010100 11101111 11001101 100110 0 1110 110 10011110 1001010 1001100

Color Harmonies of #94EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFCD

Black with #94EFCD

Text Example


Text Example

White with #94EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,205); }

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

background-color css

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

 a { background-color: rgb(148,239,205); }

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

border-color css

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

 span { border-color: rgb(148,239,205); }

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