Html Css Color HEX #96EACB Magic Mint

📋 copy color: '#96EACB'

red 150 ◦ green 234 ◦ blue 203

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

Shades of Magic Mint #96EACB

Tints of Magic Mint #96EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.86%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 25.55%
G = 39.86%
B = 34.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#96EACB (or 0x96EACB) is known color: Magic Mint. HEX triplet: 96, EA and CB. RGB value is (150,234,203). Sum of RGB (Red+Green+Blue) = 150+234+203=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #96EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EACB is #691534. Grayscale: #CDCDCD. Windows color (decimal): -6886709 or 13363862. OLE color: 13363862.

HSL color Cylindrical-coordinate representation of color #96EACB: hue angle of 157.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EACB is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 203 -
CMYK 0.36 0 0.13 0.08
HSL 157.86º 0.67% 0.75% -
HSV(B) 157.86º 0.36% 0.92% -
XYZ 52.78 69.64 67.16 -
YUV 205.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 150 234 203 0.36 0 0.13 0.08 157.86 0.67 0.75
Hex 96 EA CB 24 0 D 8 9E 43 4B
Octal 226 352 313 44 0 15 10 236 103 113
Binary 10010110 11101010 11001011 100100 0 1101 1000 10011110 1000011 1001011

Color Harmonies of #96EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EACB

Black with #96EACB

Text Example


Text Example

White with #96EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,234,203); }

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

background-color css

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

 a { background-color: rgb(150,234,203); }

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

border-color css

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

 span { border-color: rgb(150,234,203); }

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