Html Css Color HEX #96FCD0 Magic Mint

📋 copy color: '#96FCD0'

red 150 ◦ green 252 ◦ blue 208

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

Shades of Magic Mint #96FCD0

Tints of Magic Mint #96FCD0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.31%

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 24.59%
G = 41.31%
B = 34.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#96FCD0 (or 0x96FCD0) is known color: Magic Mint. HEX triplet: 96, FC and D0. RGB value is (150,252,208). Sum of RGB (Red+Green+Blue) = 150+252+208=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCD0 is #69032F. Grayscale: #D8D8D8. Windows color (decimal): -6882096 or 13696150. OLE color: 13696150.

HSL color Cylindrical-coordinate representation of color #96FCD0: hue angle of 154.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCD0 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 208 -
CMYK 0.40 0 0.17 0.01
HSL 154.12º 0.94% 0.79% -
HSV(B) 154.12º 0.4% 0.99% -
XYZ 58.77 80.66 72.15 -
YUV 216.49 123.21 80.58 -
System Red Green Blue C M Y K H S L
Decimal 150 252 208 0.40 0 0.17 0.01 154.12 0.94 0.79
Hex 96 FC D0 28 0 11 1 9A 5E 4F
Octal 226 374 320 50 0 21 1 232 136 117
Binary 10010110 11111100 11010000 101000 0 10001 1 10011010 1011110 1001111

Color Harmonies of #96FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FCD0

Black with #96FCD0

Text Example


Text Example

White with #96FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,252,208); }

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

background-color css

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

 a { background-color: rgb(150,252,208); }

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

border-color css

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

 span { border-color: rgb(150,252,208); }

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