Html Css Color HEX #96FDCC Magic Mint

📋 copy color: '#96FDCC'

red 150 ◦ green 253 ◦ blue 204

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

Shades of Magic Mint #96FDCC

Tints of Magic Mint #96FDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.68%

 BLUE value IS 204 (80.08% from 255) = 33.61%

R = 24.71%
G = 41.68%
B = 33.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#96FDCC (or 0x96FDCC) is known color: Magic Mint. HEX triplet: 96, FD and CC. RGB value is (150,253,204). Sum of RGB (Red+Green+Blue) = 150+253+204=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDCC is #690233. Grayscale: #D8D8D8. Windows color (decimal): -6881844 or 13434262. OLE color: 13434262.

HSL color Cylindrical-coordinate representation of color #96FDCC: hue angle of 151.46º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDCC is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 253 204 -
CMYK 0.41 0 0.19 0.01
HSL 151.46º 0.96% 0.79% -
HSV(B) 151.46º 0.41% 0.99% -
XYZ 58.6 81.09 69.69 -
YUV 216.62 120.88 80.48 -
System Red Green Blue C M Y K H S L
Decimal 150 253 204 0.41 0 0.19 0.01 151.46 0.96 0.79
Hex 96 FD CC 29 0 13 1 97 60 4F
Octal 226 375 314 51 0 23 1 227 140 117
Binary 10010110 11111101 11001100 101001 0 10011 1 10010111 1100000 1001111

Color Harmonies of #96FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDCC

Black with #96FDCC

Text Example


Text Example

White with #96FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,253,204); }

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

background-color css

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

 a { background-color: rgb(150,253,204); }

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

border-color css

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

 span { border-color: rgb(150,253,204); }

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