Html Css Color HEX #98EDC1 Magic Mint

📋 copy color: '#98EDC1'

red 152 ◦ green 237 ◦ blue 193

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

Shades of Magic Mint #98EDC1

Tints of Magic Mint #98EDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.16%

R = 26.12%
G = 40.72%
B = 33.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#98EDC1 (or 0x98EDC1) is known color: Magic Mint. HEX triplet: 98, ED and C1. RGB value is (152,237,193). Sum of RGB (Red+Green+Blue) = 152+237+193=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDC1 is #67123E. Grayscale: #CECECE. Windows color (decimal): -6754879 or 12709272. OLE color: 12709272.

HSL color Cylindrical-coordinate representation of color #98EDC1: hue angle of 148.94º 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 #98EDC1 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 193 -
CMYK 0.36 0 0.19 0.07
HSL 148.94º 0.7% 0.76% -
HSV(B) 148.94º 0.36% 0.93% -
XYZ 52.86 71.09 61.39 -
YUV 206.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 152 237 193 0.36 0 0.19 0.07 148.94 0.7 0.76
Hex 98 ED C1 24 0 13 7 95 46 4C
Octal 230 355 301 44 0 23 7 225 106 114
Binary 10011000 11101101 11000001 100100 0 10011 111 10010101 1000110 1001100

Color Harmonies of #98EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDC1

Black with #98EDC1

Text Example


Text Example

White with #98EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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