Html Css Color HEX #98FADA Magic Mint

📋 copy color: '#98FADA'

red 152 ◦ green 250 ◦ blue 218

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

Shades of Magic Mint #98FADA

Tints of Magic Mint #98FADA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.32%

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 24.52%
G = 40.32%
B = 35.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#98FADA (or 0x98FADA) is known color: Magic Mint. HEX triplet: 98, FA and DA. RGB value is (152,250,218). Sum of RGB (Red+Green+Blue) = 152+250+218=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #98FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FADA is #670525. Grayscale: #D9D9D9. Windows color (decimal): -6751526 or 14351000. OLE color: 14351000.

HSL color Cylindrical-coordinate representation of color #98FADA: hue angle of 160.41º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FADA is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 250 218 -
CMYK 0.39 0 0.13 0.02
HSL 160.41º 0.91% 0.79% -
HSV(B) 160.41º 0.39% 0.98% -
XYZ 59.79 80.11 78.64 -
YUV 217.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 152 250 218 0.39 0 0.13 0.02 160.41 0.91 0.79
Hex 98 FA DA 27 0 D 2 A0 5B 4F
Octal 230 372 332 47 0 15 2 240 133 117
Binary 10011000 11111010 11011010 100111 0 1101 10 10100000 1011011 1001111

Color Harmonies of #98FADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FADA

Black with #98FADA

Text Example


Text Example

White with #98FADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,250,218); }

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

background-color css

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

 a { background-color: rgb(152,250,218); }

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

border-color css

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

 span { border-color: rgb(152,250,218); }

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