Html Css Color HEX #96F6C8 Magic Mint

📋 copy color: '#96F6C8'

red 150 ◦ green 246 ◦ blue 200

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

Shades of Magic Mint #96F6C8

Tints of Magic Mint #96F6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.56%

R = 25.17%
G = 41.28%
B = 33.56%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#96F6C8 (or 0x96F6C8) is known color: Magic Mint. HEX triplet: 96, F6 and C8. RGB value is (150,246,200). Sum of RGB (Red+Green+Blue) = 150+246+200=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6C8 is #690937. Grayscale: #D4D4D4. Windows color (decimal): -6883640 or 13170326. OLE color: 13170326.

HSL color Cylindrical-coordinate representation of color #96F6C8: hue angle of 151.25º 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 #96F6C8 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 246 200 -
CMYK 0.39 0 0.19 0.04
HSL 151.25º 0.84% 0.78% -
HSV(B) 151.25º 0.39% 0.96% -
XYZ 55.96 76.57 66.47 -
YUV 212.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 150 246 200 0.39 0 0.19 0.04 151.25 0.84 0.78
Hex 96 F6 C8 27 0 13 4 97 54 4E
Octal 226 366 310 47 0 23 4 227 124 116
Binary 10010110 11110110 11001000 100111 0 10011 100 10010111 1010100 1001110

Color Harmonies of #96F6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F6C8

Black with #96F6C8

Text Example


Text Example

White with #96F6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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