Html Css Color HEX #96EACE Magic Mint

📋 copy color: '#96EACE'

red 150 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #96EACE

Tints of Magic Mint #96EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 25.42%
G = 39.66%
B = 34.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#96EACE (or 0x96EACE) is known color: Magic Mint. HEX triplet: 96, EA and CE. RGB value is (150,234,206). Sum of RGB (Red+Green+Blue) = 150+234+206=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #96EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EACE is #691531. Grayscale: #CDCDCD. Windows color (decimal): -6886706 or 13560470. OLE color: 13560470.

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

Color convert

RGB 150 234 206 -
CMYK 0.36 0 0.12 0.08
HSL 160º 0.67% 0.75% -
HSV(B) 160º 0.36% 0.92% -
XYZ 53.14 69.79 69.06 -
YUV 205.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 150 234 206 0.36 0 0.12 0.08 160 0.67 0.75
Hex 96 EA CE 24 0 C 8 A0 43 4B
Octal 226 352 316 44 0 14 10 240 103 113
Binary 10010110 11101010 11001110 100100 0 1100 1000 10100000 1000011 1001011

Color Harmonies of #96EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EACE

Black with #96EACE

Text Example


Text Example

White with #96EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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