Html Css Color HEX #98FCCC Magic Mint

📋 copy color: '#98FCCC'

red 152 ◦ green 252 ◦ blue 204

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

Shades of Magic Mint #98FCCC

Tints of Magic Mint #98FCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.45%

 BLUE value IS 204 (80.08% from 255) = 33.55%

R = 25%
G = 41.45%
B = 33.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#98FCCC (or 0x98FCCC) is known color: Magic Mint. HEX triplet: 98, FC and CC. RGB value is (152,252,204). Sum of RGB (Red+Green+Blue) = 152+252+204=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCCC is #670333. Grayscale: #D8D8D8. Windows color (decimal): -6751028 or 13434008. OLE color: 13434008.

HSL color Cylindrical-coordinate representation of color #98FCCC: hue angle of 151.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCCC is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 252 204 -
CMYK 0.40 0 0.19 0.01
HSL 151.2º 0.94% 0.79% -
HSV(B) 151.2º 0.4% 0.99% -
XYZ 58.66 80.66 69.6 -
YUV 216.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 152 252 204 0.40 0 0.19 0.01 151.2 0.94 0.79
Hex 98 FC CC 28 0 13 1 97 5E 4F
Octal 230 374 314 50 0 23 1 227 136 117
Binary 10011000 11111100 11001100 101000 0 10011 1 10010111 1011110 1001111

Color Harmonies of #98FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FCCC

Black with #98FCCC

Text Example


Text Example

White with #98FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,252,204); }

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

background-color css

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

 a { background-color: rgb(152,252,204); }

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

border-color css

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

 span { border-color: rgb(152,252,204); }

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