Html Css Color HEX #96EED8 Magic Mint

📋 copy color: '#96EED8'

red 150 ◦ green 238 ◦ blue 216

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

Shades of Magic Mint #96EED8

Tints of Magic Mint #96EED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 24.83%
G = 39.4%
B = 35.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#96EED8 (or 0x96EED8) is known color: Magic Mint. HEX triplet: 96, EE and D8. RGB value is (150,238,216). Sum of RGB (Red+Green+Blue) = 150+238+216=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #96EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EED8 is #691127. Grayscale: #D1D1D1. Windows color (decimal): -6885672 or 14216854. OLE color: 14216854.

HSL color Cylindrical-coordinate representation of color #96EED8: hue angle of 165º 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 #96EED8 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 216 -
CMYK 0.37 0 0.09 0.07
HSL 165º 0.72% 0.76% -
HSV(B) 165º 0.37% 0.93% -
XYZ 55.55 72.59 76.05 -
YUV 209.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 150 238 216 0.37 0 0.09 0.07 165 0.72 0.76
Hex 96 EE D8 25 0 9 7 A5 48 4C
Octal 226 356 330 45 0 11 7 245 110 114
Binary 10010110 11101110 11011000 100101 0 1001 111 10100101 1001000 1001100

Color Harmonies of #96EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EED8

Black with #96EED8

Text Example


Text Example

White with #96EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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