Html Css Color HEX #96EAC9 Magic Mint

📋 copy color: '#96EAC9'

red 150 ◦ green 234 ◦ blue 201

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

Shades of Magic Mint #96EAC9

Tints of Magic Mint #96EAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.36%

R = 25.64%
G = 40%
B = 34.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#96EAC9 (or 0x96EAC9) is known color: Magic Mint. HEX triplet: 96, EA and C9. RGB value is (150,234,201). Sum of RGB (Red+Green+Blue) = 150+234+201=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #96EAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EAC9 is #691536. Grayscale: #CDCDCD. Windows color (decimal): -6886711 or 13232790. OLE color: 13232790.

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

Color convert

RGB 150 234 201 -
CMYK 0.36 0 0.14 0.08
HSL 156.43º 0.67% 0.75% -
HSV(B) 156.43º 0.36% 0.92% -
XYZ 52.54 69.55 65.91 -
YUV 205.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 150 234 201 0.36 0 0.14 0.08 156.43 0.67 0.75
Hex 96 EA C9 24 0 E 8 9C 43 4B
Octal 226 352 311 44 0 16 10 234 103 113
Binary 10010110 11101010 11001001 100100 0 1110 1000 10011100 1000011 1001011

Color Harmonies of #96EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EAC9

Black with #96EAC9

Text Example


Text Example

White with #96EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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