Html Css Color HEX #96EED6 Magic Mint

📋 copy color: '#96EED6'

red 150 ◦ green 238 ◦ blue 214

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

Shades of Magic Mint #96EED6

Tints of Magic Mint #96EED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.53%

 BLUE value IS 214 (83.98% from 255) = 35.55%

R = 24.92%
G = 39.53%
B = 35.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#96EED6 (or 0x96EED6) is known color: Magic Mint. HEX triplet: 96, EE and D6. RGB value is (150,238,214). Sum of RGB (Red+Green+Blue) = 150+238+214=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #96EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EED6 is #691129. Grayscale: #D0D0D0. Windows color (decimal): -6885674 or 14085782. OLE color: 14085782.

HSL color Cylindrical-coordinate representation of color #96EED6: hue angle of 163.64º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EED6 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 214 -
CMYK 0.37 0 0.10 0.07
HSL 163.64º 0.72% 0.76% -
HSV(B) 163.64º 0.37% 0.93% -
XYZ 55.29 72.49 74.7 -
YUV 208.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 150 238 214 0.37 0 0.10 0.07 163.64 0.72 0.76
Hex 96 EE D6 25 0 A 7 A4 48 4C
Octal 226 356 326 45 0 12 7 244 110 114
Binary 10010110 11101110 11010110 100101 0 1010 111 10100100 1001000 1001100

Color Harmonies of #96EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EED6

Black with #96EED6

Text Example


Text Example

White with #96EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,214); }

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

background-color css

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

 a { background-color: rgb(150,238,214); }

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

border-color css

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

 span { border-color: rgb(150,238,214); }

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