Html Css Color HEX #98F6C0 Magic Mint

📋 copy color: '#98F6C0'

red 152 ◦ green 246 ◦ blue 192

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

Shades of Magic Mint #98F6C0

Tints of Magic Mint #98F6C0

RGB

 RED value IS 152 (59.77% from 255) = 25.76%

 GREEN value IS 246 (96.48% from 255) = 41.69%

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 25.76%
G = 41.69%
B = 32.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#98F6C0 (or 0x98F6C0) is known color: Magic Mint. HEX triplet: 98, F6 and C0. RGB value is (152,246,192). Sum of RGB (Red+Green+Blue) = 152+246+192=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #98F6C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F6C0 is #67093F. Grayscale: #D3D3D3. Windows color (decimal): -6752576 or 12646040. OLE color: 12646040.

HSL color Cylindrical-coordinate representation of color #98F6C0: hue angle of 145.53º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F6C0 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 246 192 -
CMYK 0.38 0 0.22 0.04
HSL 145.53º 0.84% 0.78% -
HSV(B) 145.53º 0.38% 0.96% -
XYZ 55.42 76.39 61.69 -
YUV 211.74 116.86 85.39 -
System Red Green Blue C M Y K H S L
Decimal 152 246 192 0.38 0 0.22 0.04 145.53 0.84 0.78
Hex 98 F6 C0 26 0 16 4 92 54 4E
Octal 230 366 300 46 0 26 4 222 124 116
Binary 10011000 11110110 11000000 100110 0 10110 100 10010010 1010100 1001110

Color Harmonies of #98F6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F6C0

Black with #98F6C0

Text Example


Text Example

White with #98F6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98F6C0; }

 p { color: rgb(152,246,192); }

 H1.HeaderClassName
 {
   color: #98F6C0;
 }
 .AnyTagClassName
 {
   color: #98F6C0;
 }
</style>

background-color css

<style>
 a { background-color: #98F6C0; }

 a { background-color: rgb(152,246,192); }

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

border-color css

<style>
 span { border-color: #98F6C0; }

 span { border-color: rgb(152,246,192); }

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