Html Css Color HEX #96F6CE Magic Mint

📋 copy color: '#96F6CE'

red 150 ◦ green 246 ◦ blue 206

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

Shades of Magic Mint #96F6CE

Tints of Magic Mint #96F6CE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.86%

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

R = 24.92%
G = 40.86%
B = 34.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#96F6CE (or 0x96F6CE) is known color: Magic Mint. HEX triplet: 96, F6 and CE. RGB value is (150,246,206). Sum of RGB (Red+Green+Blue) = 150+246+206=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6CE is #690931. Grayscale: #D4D4D4. Windows color (decimal): -6883634 or 13563542. OLE color: 13563542.

HSL color Cylindrical-coordinate representation of color #96F6CE: hue angle of 155º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6CE is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 246 206 -
CMYK 0.39 0 0.16 0.04
HSL 155º 0.84% 0.78% -
HSV(B) 155º 0.39% 0.96% -
XYZ 56.67 76.85 70.24 -
YUV 212.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 150 246 206 0.39 0 0.16 0.04 155 0.84 0.78
Hex 96 F6 CE 27 0 10 4 9B 54 4E
Octal 226 366 316 47 0 20 4 233 124 116
Binary 10010110 11110110 11001110 100111 0 10000 100 10011011 1010100 1001110

Color Harmonies of #96F6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F6CE

Black with #96F6CE

Text Example


Text Example

White with #96F6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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