Html Css Color HEX #96F8BC Magic Mint

📋 copy color: '#96F8BC'

red 150 ◦ green 248 ◦ blue 188

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

Shades of Magic Mint #96F8BC

Tints of Magic Mint #96F8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.32%

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 25.6%
G = 42.32%
B = 32.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#96F8BC (or 0x96F8BC) is known color: Magic Mint. HEX triplet: 96, F8 and BC. RGB value is (150,248,188). Sum of RGB (Red+Green+Blue) = 150+248+188=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8BC is #690743. Grayscale: #D4D4D4. Windows color (decimal): -6883140 or 12384406. OLE color: 12384406.

HSL color Cylindrical-coordinate representation of color #96F8BC: hue angle of 143.27º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8BC is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 188 -
CMYK 0.40 0 0.24 0.03
HSL 143.27º 0.88% 0.78% -
HSV(B) 143.27º 0.4% 0.97% -
XYZ 55.22 77.25 59.58 -
YUV 211.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 150 248 188 0.40 0 0.24 0.03 143.27 0.88 0.78
Hex 96 F8 BC 28 0 18 3 8F 58 4E
Octal 226 370 274 50 0 30 3 217 130 116
Binary 10010110 11111000 10111100 101000 0 11000 11 10001111 1011000 1001110

Color Harmonies of #96F8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F8BC

Black with #96F8BC

Text Example


Text Example

White with #96F8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,188); }

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

background-color css

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

 a { background-color: rgb(150,248,188); }

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

border-color css

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

 span { border-color: rgb(150,248,188); }

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