Html Css Color HEX #96FFD0 Magic Mint

📋 copy color: '#96FFD0'

red 150 ◦ green 255 ◦ blue 208

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

Shades of Magic Mint #96FFD0

Tints of Magic Mint #96FFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 41.6%

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

R = 24.47%
G = 41.6%
B = 33.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#96FFD0 (or 0x96FFD0) is known color: Magic Mint. HEX triplet: 96, FF and D0. RGB value is (150,255,208). Sum of RGB (Red+Green+Blue) = 150+255+208=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFD0 is #69002F. Grayscale: #DADADA. Windows color (decimal): -6881328 or 13696918. OLE color: 13696918.

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

Color convert

RGB 150 255 208 -
CMYK 0.41 0 0.18 0
HSL 153.14º 1% 0.79% -
HSV(B) 153.14º 0.41% 1% -
XYZ 59.72 82.56 72.46 -
YUV 218.25 122.21 79.32 -
System Red Green Blue C M Y K H S L
Decimal 150 255 208 0.41 0 0.18 0 153.14 1 0.79
Hex 96 FF D0 29 0 12 0 99 64 4F
Octal 226 377 320 51 0 22 0 231 144 117
Binary 10010110 11111111 11010000 101001 0 10010 0 10011001 1100100 1001111

Color Harmonies of #96FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFD0

Black with #96FFD0

Text Example


Text Example

White with #96FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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