Html Css Color HEX #96F4CB Magic Mint

📋 copy color: '#96F4CB'

red 150 ◦ green 244 ◦ blue 203

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

Shades of Magic Mint #96F4CB

Tints of Magic Mint #96F4CB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.87%

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

R = 25.13%
G = 40.87%
B = 34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#96F4CB (or 0x96F4CB) is known color: Magic Mint. HEX triplet: 96, F4 and CB. RGB value is (150,244,203). Sum of RGB (Red+Green+Blue) = 150+244+203=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F4CB is #690B34. Grayscale: #D3D3D3. Windows color (decimal): -6884149 or 13366422. OLE color: 13366422.

HSL color Cylindrical-coordinate representation of color #96F4CB: hue angle of 153.83º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F4CB is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 244 203 -
CMYK 0.39 0 0.17 0.04
HSL 153.83º 0.81% 0.77% -
HSV(B) 153.83º 0.39% 0.96% -
XYZ 55.71 75.5 68.14 -
YUV 211.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 150 244 203 0.39 0 0.17 0.04 153.83 0.81 0.77
Hex 96 F4 CB 27 0 11 4 9A 51 4D
Octal 226 364 313 47 0 21 4 232 121 115
Binary 10010110 11110100 11001011 100111 0 10001 100 10011010 1010001 1001101

Color Harmonies of #96F4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F4CB

Black with #96F4CB

Text Example


Text Example

White with #96F4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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