Html Css Color HEX #96F9C9 Magic Mint

📋 copy color: '#96F9C9'

red 150 ◦ green 249 ◦ blue 201

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

Shades of Magic Mint #96F9C9

Tints of Magic Mint #96F9C9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.5%

 BLUE value IS 201 (78.91% from 255) = 33.5%

R = 25%
G = 41.5%
B = 33.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#96F9C9 (or 0x96F9C9) is known color: Magic Mint. HEX triplet: 96, F9 and C9. RGB value is (150,249,201). Sum of RGB (Red+Green+Blue) = 150+249+201=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9C9 is #690636. Grayscale: #D6D6D6. Windows color (decimal): -6882871 or 13236630. OLE color: 13236630.

HSL color Cylindrical-coordinate representation of color #96F9C9: hue angle of 150.91º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9C9 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 201 -
CMYK 0.40 0 0.19 0.02
HSL 150.91º 0.89% 0.78% -
HSV(B) 150.91º 0.4% 0.98% -
XYZ 57 78.45 67.4 -
YUV 213.93 120.7 82.4 -
System Red Green Blue C M Y K H S L
Decimal 150 249 201 0.40 0 0.19 0.02 150.91 0.89 0.78
Hex 96 F9 C9 28 0 13 2 97 59 4E
Octal 226 371 311 50 0 23 2 227 131 116
Binary 10010110 11111001 11001001 101000 0 10011 10 10010111 1011001 1001110

Color Harmonies of #96F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F9C9

Black with #96F9C9

Text Example


Text Example

White with #96F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,249,201); }

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

background-color css

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

 a { background-color: rgb(150,249,201); }

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

border-color css

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

 span { border-color: rgb(150,249,201); }

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