Html Css Color HEX #98F5D0 Magic Mint

📋 copy color: '#98F5D0'

red 152 ◦ green 245 ◦ blue 208

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

Shades of Magic Mint #98F5D0

Tints of Magic Mint #98F5D0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.5%

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

R = 25.12%
G = 40.5%
B = 34.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#98F5D0 (or 0x98F5D0) is known color: Magic Mint. HEX triplet: 98, F5 and D0. RGB value is (152,245,208). Sum of RGB (Red+Green+Blue) = 152+245+208=605 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.12% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #98F5D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F5D0 is #670A2F. Grayscale: #D5D5D5. Windows color (decimal): -6752816 or 13694360. OLE color: 13694360.

HSL color Cylindrical-coordinate representation of color #98F5D0: hue angle of 156.13º degrees, saturation: 0.82, 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 #98F5D0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 245 208 -
CMYK 0.38 0 0.15 0.04
HSL 156.13º 0.82% 0.78% -
HSV(B) 156.13º 0.38% 0.96% -
XYZ 56.99 76.53 71.44 -
YUV 212.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 152 245 208 0.38 0 0.15 0.04 156.13 0.82 0.78
Hex 98 F5 D0 26 0 F 4 9C 52 4E
Octal 230 365 320 46 0 17 4 234 122 116
Binary 10011000 11110101 11010000 100110 0 1111 100 10011100 1010010 1001110

Color Harmonies of #98F5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F5D0

Black with #98F5D0

Text Example


Text Example

White with #98F5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,245,208); }

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

background-color css

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

 a { background-color: rgb(152,245,208); }

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

border-color css

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

 span { border-color: rgb(152,245,208); }

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