Html Css Color HEX #98F2DC Magic Mint

📋 copy color: '#98F2DC'

red 152 ◦ green 242 ◦ blue 220

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

Shades of Magic Mint #98F2DC

Tints of Magic Mint #98F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 24.76%
G = 39.41%
B = 35.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#98F2DC (or 0x98F2DC) is known color: Magic Mint. HEX triplet: 98, F2 and DC. RGB value is (152,242,220). Sum of RGB (Red+Green+Blue) = 152+242+220=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2DC is #670D23. Grayscale: #D4D4D4. Windows color (decimal): -6753572 or 14480024. OLE color: 14480024.

HSL color Cylindrical-coordinate representation of color #98F2DC: hue angle of 165.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F2DC is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 242 220 -
CMYK 0.37 0 0.09 0.05
HSL 165.33º 0.78% 0.77% -
HSV(B) 165.33º 0.37% 0.95% -
XYZ 57.62 75.35 79.22 -
YUV 212.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 152 242 220 0.37 0 0.09 0.05 165.33 0.78 0.77
Hex 98 F2 DC 25 0 9 5 A5 4E 4D
Octal 230 362 334 45 0 11 5 245 116 115
Binary 10011000 11110010 11011100 100101 0 1001 101 10100101 1001110 1001101

Color Harmonies of #98F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F2DC

Black with #98F2DC

Text Example


Text Example

White with #98F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,242,220); }

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

background-color css

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

 a { background-color: rgb(152,242,220); }

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

border-color css

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

 span { border-color: rgb(152,242,220); }

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