Html Css Color HEX #96F7C3 Magic Mint

📋 copy color: '#96F7C3'

red 150 ◦ green 247 ◦ blue 195

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

Shades of Magic Mint #96F7C3

Tints of Magic Mint #96F7C3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.72%

 BLUE value IS 195 (76.56% from 255) = 32.94%

R = 25.34%
G = 41.72%
B = 32.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#96F7C3 (or 0x96F7C3) is known color: Magic Mint. HEX triplet: 96, F7 and C3. RGB value is (150,247,195). Sum of RGB (Red+Green+Blue) = 150+247+195=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7C3 is #69083C. Grayscale: #D4D4D4. Windows color (decimal): -6883389 or 12842902. OLE color: 12842902.

HSL color Cylindrical-coordinate representation of color #96F7C3: hue angle of 147.84º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7C3 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 247 195 -
CMYK 0.39 0 0.21 0.03
HSL 147.84º 0.86% 0.78% -
HSV(B) 147.84º 0.39% 0.97% -
XYZ 55.69 76.95 63.55 -
YUV 212.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 150 247 195 0.39 0 0.21 0.03 147.84 0.86 0.78
Hex 96 F7 C3 27 0 15 3 94 56 4E
Octal 226 367 303 47 0 25 3 224 126 116
Binary 10010110 11110111 11000011 100111 0 10101 11 10010100 1010110 1001110

Color Harmonies of #96F7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F7C3

Black with #96F7C3

Text Example


Text Example

White with #96F7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,247,195); }

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

background-color css

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

 a { background-color: rgb(150,247,195); }

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

border-color css

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

 span { border-color: rgb(150,247,195); }

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