Html Css Color HEX #96E9C7 Magic Mint

📋 copy color: '#96E9C7'

red 150 ◦ green 233 ◦ blue 199

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

Shades of Magic Mint #96E9C7

Tints of Magic Mint #96E9C7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.03%

 BLUE value IS 199 (78.13% from 255) = 34.19%

R = 25.77%
G = 40.03%
B = 34.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#96E9C7 (or 0x96E9C7) is known color: Magic Mint. HEX triplet: 96, E9 and C7. RGB value is (150,233,199). Sum of RGB (Red+Green+Blue) = 150+233+199=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E9C7 is #691638. Grayscale: #CCCCCC. Windows color (decimal): -6886969 or 13101462. OLE color: 13101462.

HSL color Cylindrical-coordinate representation of color #96E9C7: hue angle of 155.42º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9C7 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 199 -
CMYK 0.36 0 0.15 0.09
HSL 155.42º 0.65% 0.75% -
HSV(B) 155.42º 0.36% 0.91% -
XYZ 52.03 68.89 64.59 -
YUV 204.31 125 89.26 -
System Red Green Blue C M Y K H S L
Decimal 150 233 199 0.36 0 0.15 0.09 155.42 0.65 0.75
Hex 96 E9 C7 24 0 F 9 9B 41 4B
Octal 226 351 307 44 0 17 11 233 101 113
Binary 10010110 11101001 11000111 100100 0 1111 1001 10011011 1000001 1001011

Color Harmonies of #96E9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E9C7

Black with #96E9C7

Text Example


Text Example

White with #96E9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,199); }

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

background-color css

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

 a { background-color: rgb(150,233,199); }

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

border-color css

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

 span { border-color: rgb(150,233,199); }

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