Html Css Color HEX #96ECD5 Magic Mint

📋 copy color: '#96ECD5'

red 150 ◦ green 236 ◦ blue 213

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

Shades of Magic Mint #96ECD5

Tints of Magic Mint #96ECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.4%

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

R = 25.04%
G = 39.4%
B = 35.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#96ECD5 (or 0x96ECD5) is known color: Magic Mint. HEX triplet: 96, EC and D5. RGB value is (150,236,213). Sum of RGB (Red+Green+Blue) = 150+236+213=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECD5 is #69132A. Grayscale: #CFCFCF. Windows color (decimal): -6886187 or 14019734. OLE color: 14019734.

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

Color convert

RGB 150 236 213 -
CMYK 0.36 0 0.10 0.07
HSL 163.95º 0.69% 0.76% -
HSV(B) 163.95º 0.36% 0.93% -
XYZ 54.58 71.28 73.83 -
YUV 207.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 150 236 213 0.36 0 0.10 0.07 163.95 0.69 0.76
Hex 96 EC D5 24 0 A 7 A4 45 4C
Octal 226 354 325 44 0 12 7 244 105 114
Binary 10010110 11101100 11010101 100100 0 1010 111 10100100 1000101 1001100

Color Harmonies of #96ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECD5

Black with #96ECD5

Text Example


Text Example

White with #96ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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