Html Css Color HEX #96FDCD Magic Mint

📋 copy color: '#96FDCD'

red 150 ◦ green 253 ◦ blue 205

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

Shades of Magic Mint #96FDCD

Tints of Magic Mint #96FDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 24.67%
G = 41.61%
B = 33.72%

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

#96FDCD (or 0x96FDCD) is known color: Magic Mint. HEX triplet: 96, FD and CD. RGB value is (150,253,205). Sum of RGB (Red+Green+Blue) = 150+253+205=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDCD is #690232. Grayscale: #D8D8D8. Windows color (decimal): -6881843 or 13499798. OLE color: 13499798.

HSL color Cylindrical-coordinate representation of color #96FDCD: hue angle of 152.04º 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 #96FDCD is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 253 205 -
CMYK 0.41 0 0.19 0.01
HSL 152.04º 0.96% 0.79% -
HSV(B) 152.04º 0.41% 0.99% -
XYZ 58.72 81.14 70.32 -
YUV 216.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 150 253 205 0.41 0 0.19 0.01 152.04 0.96 0.79
Hex 96 FD CD 29 0 13 1 98 60 4F
Octal 226 375 315 51 0 23 1 230 140 117
Binary 10010110 11111101 11001101 101001 0 10011 1 10011000 1100000 1001111

Color Harmonies of #96FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDCD

Black with #96FDCD

Text Example


Text Example

White with #96FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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