Html Css Color HEX #96FFCB Magic Mint

📋 copy color: '#96FFCB'

red 150 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #96FFCB

Tints of Magic Mint #96FFCB

RGB

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

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

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

R = 24.67%
G = 41.94%
B = 33.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#96FFCB (or 0x96FFCB) is known color: Magic Mint. HEX triplet: 96, FF and CB. RGB value is (150,255,203). Sum of RGB (Red+Green+Blue) = 150+255+203=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFCB is #690034. Grayscale: #D9D9D9. Windows color (decimal): -6881333 or 13369238. OLE color: 13369238.

HSL color Cylindrical-coordinate representation of color #96FFCB: hue angle of 150.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFCB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 203 -
CMYK 0.41 0 0.20 0
HSL 150.29º 1% 0.79% -
HSV(B) 150.29º 0.41% 1% -
XYZ 59.12 82.32 69.27 -
YUV 217.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 150 255 203 0.41 0 0.20 0 150.29 1 0.79
Hex 96 FF CB 29 0 14 0 96 64 4F
Octal 226 377 313 51 0 24 0 226 144 117
Binary 10010110 11111111 11001011 101001 0 10100 0 10010110 1100100 1001111

Color Harmonies of #96FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFCB

Black with #96FFCB

Text Example


Text Example

White with #96FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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