Html Css Color HEX #98EDC6 Magic Mint

📋 copy color: '#98EDC6'

red 152 ◦ green 237 ◦ blue 198

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

Shades of Magic Mint #98EDC6

Tints of Magic Mint #98EDC6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

 BLUE value IS 198 (77.73% from 255) = 33.73%

R = 25.89%
G = 40.37%
B = 33.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#98EDC6 (or 0x98EDC6) is known color: Magic Mint. HEX triplet: 98, ED and C6. RGB value is (152,237,198). Sum of RGB (Red+Green+Blue) = 152+237+198=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDC6 is #671239. Grayscale: #CFCFCF. Windows color (decimal): -6754874 or 13036952. OLE color: 13036952.

HSL color Cylindrical-coordinate representation of color #98EDC6: hue angle of 152.47º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDC6 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 198 -
CMYK 0.36 0 0.16 0.07
HSL 152.47º 0.7% 0.76% -
HSV(B) 152.47º 0.36% 0.93% -
XYZ 53.43 71.32 64.38 -
YUV 207.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 152 237 198 0.36 0 0.16 0.07 152.47 0.7 0.76
Hex 98 ED C6 24 0 10 7 98 46 4C
Octal 230 355 306 44 0 20 7 230 106 114
Binary 10011000 11101101 11000110 100100 0 10000 111 10011000 1000110 1001100

Color Harmonies of #98EDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDC6

Black with #98EDC6

Text Example


Text Example

White with #98EDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,237,198); }

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

background-color css

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

 a { background-color: rgb(152,237,198); }

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

border-color css

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

 span { border-color: rgb(152,237,198); }

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