Html Css Color HEX #96FCCB Magic Mint

📋 copy color: '#96FCCB'

red 150 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #96FCCB

Tints of Magic Mint #96FCCB

RGB

 RED value IS 150 (58.98% from 255) = 24.79%

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

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 24.79%
G = 41.65%
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

#96FCCB (or 0x96FCCB) is known color: Magic Mint. HEX triplet: 96, FC and CB. RGB value is (150,252,203). Sum of RGB (Red+Green+Blue) = 150+252+203=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCCB is #690334. Grayscale: #D8D8D8. Windows color (decimal): -6882101 or 13368470. OLE color: 13368470.

HSL color Cylindrical-coordinate representation of color #96FCCB: hue angle of 151.18º 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 #96FCCB is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 203 -
CMYK 0.40 0 0.19 0.01
HSL 151.18º 0.94% 0.79% -
HSV(B) 151.18º 0.4% 0.99% -
XYZ 58.17 80.42 68.96 -
YUV 215.92 120.71 80.98 -
System Red Green Blue C M Y K H S L
Decimal 150 252 203 0.40 0 0.19 0.01 151.18 0.94 0.79
Hex 96 FC CB 28 0 13 1 97 5E 4F
Octal 226 374 313 50 0 23 1 227 136 117
Binary 10010110 11111100 11001011 101000 0 10011 1 10010111 1011110 1001111

Color Harmonies of #96FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCCB

Black with #96FCCB

Text Example


Text Example

White with #96FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FCCB; }

 p { color: rgb(150,252,203); }

 H1.HeaderClassName
 {
   color: #96FCCB;
 }
 .AnyTagClassName
 {
   color: #96FCCB;
 }
</style>

background-color css

<style>
 a { background-color: #96FCCB; }

 a { background-color: rgb(150,252,203); }

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

border-color css

<style>
 span { border-color: #96FCCB; }

 span { border-color: rgb(150,252,203); }

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