Html Css Color HEX #96EDD7 Magic Mint

📋 copy color: '#96EDD7'

red 150 ◦ green 237 ◦ blue 215

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

Shades of Magic Mint #96EDD7

Tints of Magic Mint #96EDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.71%

R = 24.92%
G = 39.37%
B = 35.71%

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

#96EDD7 (or 0x96EDD7) is known color: Magic Mint. HEX triplet: 96, ED and D7. RGB value is (150,237,215). Sum of RGB (Red+Green+Blue) = 150+237+215=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDD7 is #691228. Grayscale: #D0D0D0. Windows color (decimal): -6885929 or 14151062. OLE color: 14151062.

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

Color convert

RGB 150 237 215 -
CMYK 0.37 0 0.09 0.07
HSL 164.83º 0.71% 0.76% -
HSV(B) 164.83º 0.37% 0.93% -
XYZ 55.13 71.96 75.27 -
YUV 208.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 150 237 215 0.37 0 0.09 0.07 164.83 0.71 0.76
Hex 96 ED D7 25 0 9 7 A5 47 4C
Octal 226 355 327 45 0 11 7 245 107 114
Binary 10010110 11101101 11010111 100101 0 1001 111 10100101 1000111 1001100

Color Harmonies of #96EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDD7

Black with #96EDD7

Text Example


Text Example

White with #96EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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