Html Css Color HEX #94F0D0 Magic Mint

📋 copy color: '#94F0D0'

red 148 ◦ green 240 ◦ blue 208

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

Shades of Magic Mint #94F0D0

Tints of Magic Mint #94F0D0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

 BLUE value IS 208 (81.64% from 255) = 34.9%

R = 24.83%
G = 40.27%
B = 34.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#94F0D0 (or 0x94F0D0) is known color: Magic Mint. HEX triplet: 94, F0 and D0. RGB value is (148,240,208). Sum of RGB (Red+Green+Blue) = 148+240+208=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0D0 is #6B0F2F. Grayscale: #D0D0D0. Windows color (decimal): -7016240 or 13693076. OLE color: 13693076.

HSL color Cylindrical-coordinate representation of color #94F0D0: hue angle of 159.13º degrees, saturation: 0.75, 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 #94F0D0 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 240 208 -
CMYK 0.38 0 0.13 0.06
HSL 159.13º 0.75% 0.76% -
HSV(B) 159.13º 0.38% 0.94% -
XYZ 54.76 73.17 70.91 -
YUV 208.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 148 240 208 0.38 0 0.13 0.06 159.13 0.75 0.76
Hex 94 F0 D0 26 0 D 6 9F 4B 4C
Octal 224 360 320 46 0 15 6 237 113 114
Binary 10010100 11110000 11010000 100110 0 1101 110 10011111 1001011 1001100

Color Harmonies of #94F0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F0D0

Black with #94F0D0

Text Example


Text Example

White with #94F0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,240,208); }

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

background-color css

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

 a { background-color: rgb(148,240,208); }

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

border-color css

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

 span { border-color: rgb(148,240,208); }

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