Html Css Color HEX #96EECF Magic Mint

📋 copy color: '#96EECF'

red 150 ◦ green 238 ◦ blue 207

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

Shades of Magic Mint #96EECF

Tints of Magic Mint #96EECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 25.21%
G = 40%
B = 34.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#96EECF (or 0x96EECF) is known color: Magic Mint. HEX triplet: 96, EE and CF. RGB value is (150,238,207). Sum of RGB (Red+Green+Blue) = 150+238+207=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #96EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EECF is #691130. Grayscale: #D0D0D0. Windows color (decimal): -6885681 or 13627030. OLE color: 13627030.

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

Color convert

RGB 150 238 207 -
CMYK 0.37 0 0.13 0.07
HSL 158.86º 0.72% 0.76% -
HSV(B) 158.86º 0.37% 0.93% -
XYZ 54.41 72.14 70.09 -
YUV 208.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 150 238 207 0.37 0 0.13 0.07 158.86 0.72 0.76
Hex 96 EE CF 25 0 D 7 9F 48 4C
Octal 226 356 317 45 0 15 7 237 110 114
Binary 10010110 11101110 11001111 100101 0 1101 111 10011111 1001000 1001100

Color Harmonies of #96EECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EECF

Black with #96EECF

Text Example


Text Example

White with #96EECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,207); }

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

background-color css

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

 a { background-color: rgb(150,238,207); }

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

border-color css

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

 span { border-color: rgb(150,238,207); }

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