Html Css Color HEX #98FFCA Magic Mint

📋 copy color: '#98FFCA'

red 152 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #98FFCA

Tints of Magic Mint #98FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 41.87%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 24.96%
G = 41.87%
B = 33.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#98FFCA (or 0x98FFCA) is known color: Magic Mint. HEX triplet: 98, FF and CA. RGB value is (152,255,202). Sum of RGB (Red+Green+Blue) = 152+255+202=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFCA is #670035. Grayscale: #DADADA. Windows color (decimal): -6750262 or 13303704. OLE color: 13303704.

HSL color Cylindrical-coordinate representation of color #98FFCA: hue angle of 149.13º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFCA is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 152 255 202 -
CMYK 0.40 0 0.21 0
HSL 149.13º 1% 0.8% -
HSV(B) 149.13º 0.4% 1% -
XYZ 59.37 82.46 68.66 -
YUV 218.16 118.88 80.81 -
System Red Green Blue C M Y K H S L
Decimal 152 255 202 0.40 0 0.21 0 149.13 1 0.8
Hex 98 FF CA 28 0 15 0 95 64 50
Octal 230 377 312 50 0 25 0 225 144 120
Binary 10011000 11111111 11001010 101000 0 10101 0 10010101 1100100 1010000

Color Harmonies of #98FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FFCA

Black with #98FFCA

Text Example


Text Example

White with #98FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,255,202); }

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

background-color css

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

 a { background-color: rgb(152,255,202); }

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

border-color css

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

 span { border-color: rgb(152,255,202); }

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