Html Css Color HEX #96FBCD Magic Mint

📋 copy color: '#96FBCD'

red 150 ◦ green 251 ◦ blue 205

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

Shades of Magic Mint #96FBCD

Tints of Magic Mint #96FBCD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.42%

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

R = 24.75%
G = 41.42%
B = 33.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#96FBCD (or 0x96FBCD) is known color: Magic Mint. HEX triplet: 96, FB and CD. RGB value is (150,251,205). Sum of RGB (Red+Green+Blue) = 150+251+205=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBCD is #690432. Grayscale: #D7D7D7. Windows color (decimal): -6882355 or 13499286. OLE color: 13499286.

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

Color convert

RGB 150 251 205 -
CMYK 0.40 0 0.18 0.02
HSL 152.67º 0.93% 0.79% -
HSV(B) 152.67º 0.4% 0.98% -
XYZ 58.09 79.89 70.12 -
YUV 215.56 122.04 81.24 -
System Red Green Blue C M Y K H S L
Decimal 150 251 205 0.40 0 0.18 0.02 152.67 0.93 0.79
Hex 96 FB CD 28 0 12 2 99 5D 4F
Octal 226 373 315 50 0 22 2 231 135 117
Binary 10010110 11111011 11001101 101000 0 10010 10 10011001 1011101 1001111

Color Harmonies of #96FBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FBCD

Black with #96FBCD

Text Example


Text Example

White with #96FBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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