Html Css Color HEX #96FECE Magic Mint

📋 copy color: '#96FECE'

red 150 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #96FECE

Tints of Magic Mint #96FECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.64%

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

R = 24.59%
G = 41.64%
B = 33.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#96FECE (or 0x96FECE) is known color: Magic Mint. HEX triplet: 96, FE and CE. RGB value is (150,254,206). Sum of RGB (Red+Green+Blue) = 150+254+206=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #96FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FECE is #690131. Grayscale: #D9D9D9. Windows color (decimal): -6881586 or 13565590. OLE color: 13565590.

HSL color Cylindrical-coordinate representation of color #96FECE: hue angle of 152.31º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FECE is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 206 -
CMYK 0.41 0 0.19 0.00
HSL 152.31º 0.98% 0.79% -
HSV(B) 152.31º 0.41% 1% -
XYZ 59.16 81.82 71.07 -
YUV 217.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 150 254 206 0.41 0 0.19 0.00 152.31 0.98 0.79
Hex 96 FE CE 29 0 13 0 98 62 4F
Octal 226 376 316 51 0 23 0 230 142 117
Binary 10010110 11111110 11001110 101001 0 10011 0 10011000 1100010 1001111

Color Harmonies of #96FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FECE

Black with #96FECE

Text Example


Text Example

White with #96FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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