Html Css Color HEX #98ECC0 Magic Mint

📋 copy color: '#98ECC0'

red 152 ◦ green 236 ◦ blue 192

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

Shades of Magic Mint #98ECC0

Tints of Magic Mint #98ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 26.21%
G = 40.69%
B = 33.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#98ECC0 (or 0x98ECC0) is known color: Magic Mint. HEX triplet: 98, EC and C0. RGB value is (152,236,192). Sum of RGB (Red+Green+Blue) = 152+236+192=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #98ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98ECC0 is #67133F. Grayscale: #CDCDCD. Windows color (decimal): -6755136 or 12643480. OLE color: 12643480.

HSL color Cylindrical-coordinate representation of color #98ECC0: hue angle of 148.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98ECC0 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 236 192 -
CMYK 0.36 0 0.19 0.07
HSL 148.57º 0.69% 0.76% -
HSV(B) 148.57º 0.36% 0.93% -
XYZ 52.46 70.47 60.71 -
YUV 205.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 152 236 192 0.36 0 0.19 0.07 148.57 0.69 0.76
Hex 98 EC C0 24 0 13 7 95 45 4C
Octal 230 354 300 44 0 23 7 225 105 114
Binary 10011000 11101100 11000000 100100 0 10011 111 10010101 1000101 1001100

Color Harmonies of #98ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ECC0

Black with #98ECC0

Text Example


Text Example

White with #98ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,236,192); }

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

background-color css

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

 a { background-color: rgb(152,236,192); }

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

border-color css

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

 span { border-color: rgb(152,236,192); }

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