Html Css Color HEX #96F2CB Magic Mint

📋 copy color: '#96F2CB'

red 150 ◦ green 242 ◦ blue 203

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

Shades of Magic Mint #96F2CB

Tints of Magic Mint #96F2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.67%

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

R = 25.21%
G = 40.67%
B = 34.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#96F2CB (or 0x96F2CB) is known color: Magic Mint. HEX triplet: 96, F2 and CB. RGB value is (150,242,203). Sum of RGB (Red+Green+Blue) = 150+242+203=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2CB is #690D34. Grayscale: #D2D2D2. Windows color (decimal): -6884661 or 13365910. OLE color: 13365910.

HSL color Cylindrical-coordinate representation of color #96F2CB: hue angle of 154.57º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2CB is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 203 -
CMYK 0.38 0 0.16 0.05
HSL 154.57º 0.78% 0.77% -
HSV(B) 154.57º 0.38% 0.95% -
XYZ 55.11 74.3 67.94 -
YUV 210.05 124.02 85.17 -
System Red Green Blue C M Y K H S L
Decimal 150 242 203 0.38 0 0.16 0.05 154.57 0.78 0.77
Hex 96 F2 CB 26 0 10 5 9B 4E 4D
Octal 226 362 313 46 0 20 5 233 116 115
Binary 10010110 11110010 11001011 100110 0 10000 101 10011011 1001110 1001101

Color Harmonies of #96F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F2CB

Black with #96F2CB

Text Example


Text Example

White with #96F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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