Html Css Color HEX #98F2DB Magic Mint

📋 copy color: '#98F2DB'

red 152 ◦ green 242 ◦ blue 219

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

Shades of Magic Mint #98F2DB

Tints of Magic Mint #98F2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 24.8%
G = 39.48%
B = 35.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#98F2DB (or 0x98F2DB) is known color: Magic Mint. HEX triplet: 98, F2 and DB. RGB value is (152,242,219). Sum of RGB (Red+Green+Blue) = 152+242+219=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #98F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F2DB is #670D24. Grayscale: #D4D4D4. Windows color (decimal): -6753573 or 14414488. OLE color: 14414488.

HSL color Cylindrical-coordinate representation of color #98F2DB: hue angle of 164.67º 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 #98F2DB is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 242 219 -
CMYK 0.37 0 0.10 0.05
HSL 164.67º 0.78% 0.77% -
HSV(B) 164.67º 0.37% 0.95% -
XYZ 57.49 75.29 78.52 -
YUV 212.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 152 242 219 0.37 0 0.10 0.05 164.67 0.78 0.77
Hex 98 F2 DB 25 0 A 5 A5 4E 4D
Octal 230 362 333 45 0 12 5 245 116 115
Binary 10011000 11110010 11011011 100101 0 1010 101 10100101 1001110 1001101

Color Harmonies of #98F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F2DB

Black with #98F2DB

Text Example


Text Example

White with #98F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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