Html Css Color HEX #96EDD5 Magic Mint

📋 copy color: '#96EDD5'

red 150 ◦ green 237 ◦ blue 213

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

Shades of Magic Mint #96EDD5

Tints of Magic Mint #96EDD5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.5%

 BLUE value IS 213 (83.59% from 255) = 35.5%

R = 25%
G = 39.5%
B = 35.5%

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

#96EDD5 (or 0x96EDD5) is known color: Magic Mint. HEX triplet: 96, ED and D5. RGB value is (150,237,213). Sum of RGB (Red+Green+Blue) = 150+237+213=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDD5 is #69122A. Grayscale: #D0D0D0. Windows color (decimal): -6885931 or 14019990. OLE color: 14019990.

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

Color convert

RGB 150 237 213 -
CMYK 0.37 0 0.10 0.07
HSL 163.45º 0.71% 0.76% -
HSV(B) 163.45º 0.37% 0.93% -
XYZ 54.87 71.86 73.93 -
YUV 208.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 150 237 213 0.37 0 0.10 0.07 163.45 0.71 0.76
Hex 96 ED D5 25 0 A 7 A3 47 4C
Octal 226 355 325 45 0 12 7 243 107 114
Binary 10010110 11101101 11010101 100101 0 1010 111 10100011 1000111 1001100

Color Harmonies of #96EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDD5

Black with #96EDD5

Text Example


Text Example

White with #96EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,213); }

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

background-color css

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

 a { background-color: rgb(150,237,213); }

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

border-color css

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

 span { border-color: rgb(150,237,213); }

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