Html Css Color HEX #96F4CE Magic Mint

📋 copy color: '#96F4CE'

red 150 ◦ green 244 ◦ blue 206

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

Shades of Magic Mint #96F4CE

Tints of Magic Mint #96F4CE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.67%

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

R = 25%
G = 40.67%
B = 34.33%

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

#96F4CE (or 0x96F4CE) is known color: Magic Mint. HEX triplet: 96, F4 and CE. RGB value is (150,244,206). Sum of RGB (Red+Green+Blue) = 150+244+206=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #96F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F4CE is #690B31. Grayscale: #D3D3D3. Windows color (decimal): -6884146 or 13563030. OLE color: 13563030.

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

Color convert

RGB 150 244 206 -
CMYK 0.39 0 0.16 0.04
HSL 155.74º 0.81% 0.77% -
HSV(B) 155.74º 0.39% 0.96% -
XYZ 56.07 75.64 70.04 -
YUV 211.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 150 244 206 0.39 0 0.16 0.04 155.74 0.81 0.77
Hex 96 F4 CE 27 0 10 4 9C 51 4D
Octal 226 364 316 47 0 20 4 234 121 115
Binary 10010110 11110100 11001110 100111 0 10000 100 10011100 1010001 1001101

Color Harmonies of #96F4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F4CE

Black with #96F4CE

Text Example


Text Example

White with #96F4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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