Html Css Color HEX #96F1CB Magic Mint

📋 copy color: '#96F1CB'

red 150 ◦ green 241 ◦ blue 203

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

Shades of Magic Mint #96F1CB

Tints of Magic Mint #96F1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

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

R = 25.25%
G = 40.57%
B = 34.18%

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

#96F1CB (or 0x96F1CB) is known color: Magic Mint. HEX triplet: 96, F1 and CB. RGB value is (150,241,203). Sum of RGB (Red+Green+Blue) = 150+241+203=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1CB is #690E34. Grayscale: #D1D1D1. Windows color (decimal): -6884917 or 13365654. OLE color: 13365654.

HSL color Cylindrical-coordinate representation of color #96F1CB: hue angle of 154.95º degrees, saturation: 0.76, 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 #96F1CB is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 203 -
CMYK 0.38 0 0.16 0.05
HSL 154.95º 0.76% 0.77% -
HSV(B) 154.95º 0.38% 0.95% -
XYZ 54.81 73.71 67.84 -
YUV 209.46 124.35 85.59 -
System Red Green Blue C M Y K H S L
Decimal 150 241 203 0.38 0 0.16 0.05 154.95 0.76 0.77
Hex 96 F1 CB 26 0 10 5 9B 4C 4D
Octal 226 361 313 46 0 20 5 233 114 115
Binary 10010110 11110001 11001011 100110 0 10000 101 10011011 1001100 1001101

Color Harmonies of #96F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F1CB

Black with #96F1CB

Text Example


Text Example

White with #96F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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