Html Css Color HEX #98EEC2 Magic Mint

📋 copy color: '#98EEC2'

red 152 ◦ green 238 ◦ blue 194

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

Shades of Magic Mint #98EEC2

Tints of Magic Mint #98EEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.75%

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 26.03%
G = 40.75%
B = 33.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#98EEC2 (or 0x98EEC2) is known color: Magic Mint. HEX triplet: 98, EE and C2. RGB value is (152,238,194). Sum of RGB (Red+Green+Blue) = 152+238+194=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEC2 is #67113D. Grayscale: #CFCFCF. Windows color (decimal): -6754622 or 12775064. OLE color: 12775064.

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

Color convert

RGB 152 238 194 -
CMYK 0.36 0 0.18 0.07
HSL 149.3º 0.72% 0.76% -
HSV(B) 149.3º 0.36% 0.93% -
XYZ 53.26 71.72 62.08 -
YUV 207.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 152 238 194 0.36 0 0.18 0.07 149.3 0.72 0.76
Hex 98 EE C2 24 0 12 7 95 48 4C
Octal 230 356 302 44 0 22 7 225 110 114
Binary 10011000 11101110 11000010 100100 0 10010 111 10010101 1001000 1001100

Color Harmonies of #98EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EEC2

Black with #98EEC2

Text Example


Text Example

White with #98EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,238,194); }

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

background-color css

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

 a { background-color: rgb(152,238,194); }

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

border-color css

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

 span { border-color: rgb(152,238,194); }

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