Html Css Color HEX #96FAC9 Magic Mint

📋 copy color: '#96FAC9'

red 150 ◦ green 250 ◦ blue 201

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

Shades of Magic Mint #96FAC9

Tints of Magic Mint #96FAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.6%

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

R = 24.96%
G = 41.6%
B = 33.44%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#96FAC9 (or 0x96FAC9) is known color: Magic Mint. HEX triplet: 96, FA and C9. RGB value is (150,250,201). Sum of RGB (Red+Green+Blue) = 150+250+201=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAC9 is #690536. Grayscale: #D6D6D6. Windows color (decimal): -6882615 or 13236886. OLE color: 13236886.

HSL color Cylindrical-coordinate representation of color #96FAC9: hue angle of 150.6º degrees, saturation: 0.91, 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 #96FAC9 is Cyan = 0.4, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 201 -
CMYK 0.4 0 0.20 0.02
HSL 150.6º 0.91% 0.78% -
HSV(B) 150.6º 0.4% 0.98% -
XYZ 57.31 79.07 67.5 -
YUV 214.51 120.37 81.98 -
System Red Green Blue C M Y K H S L
Decimal 150 250 201 0.4 0 0.20 0.02 150.6 0.91 0.78
Hex 96 FA C9 28 0 14 2 97 5B 4E
Octal 226 372 311 50 0 24 2 227 133 116
Binary 10010110 11111010 11001001 101000 0 10100 10 10010111 1011011 1001110

Color Harmonies of #96FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAC9

Black with #96FAC9

Text Example


Text Example

White with #96FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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