Html Css Color HEX #96ECCD Magic Mint

📋 copy color: '#96ECCD'

red 150 ◦ green 236 ◦ blue 205

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

Shades of Magic Mint #96ECCD

Tints of Magic Mint #96ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.69%

R = 25.38%
G = 39.93%
B = 34.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#96ECCD (or 0x96ECCD) is known color: Magic Mint. HEX triplet: 96, EC and CD. RGB value is (150,236,205). Sum of RGB (Red+Green+Blue) = 150+236+205=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECCD is #691332. Grayscale: #CECECE. Windows color (decimal): -6886195 or 13495446. OLE color: 13495446.

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

Color convert

RGB 150 236 205 -
CMYK 0.36 0 0.13 0.07
HSL 158.37º 0.69% 0.76% -
HSV(B) 158.37º 0.36% 0.93% -
XYZ 53.59 70.88 68.61 -
YUV 206.75 127.01 87.52 -
System Red Green Blue C M Y K H S L
Decimal 150 236 205 0.36 0 0.13 0.07 158.37 0.69 0.76
Hex 96 EC CD 24 0 D 7 9E 45 4C
Octal 226 354 315 44 0 15 7 236 105 114
Binary 10010110 11101100 11001101 100100 0 1101 111 10011110 1000101 1001100

Color Harmonies of #96ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECCD

Black with #96ECCD

Text Example


Text Example

White with #96ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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