Html Css Color HEX #96EBC8 Magic Mint

📋 copy color: '#96EBC8'

red 150 ◦ green 235 ◦ blue 200

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

Shades of Magic Mint #96EBC8

Tints of Magic Mint #96EBC8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

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

R = 25.64%
G = 40.17%
B = 34.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#96EBC8 (or 0x96EBC8) is known color: Magic Mint. HEX triplet: 96, EB and C8. RGB value is (150,235,200). Sum of RGB (Red+Green+Blue) = 150+235+200=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBC8 is #691437. Grayscale: #CDCDCD. Windows color (decimal): -6886456 or 13167510. OLE color: 13167510.

HSL color Cylindrical-coordinate representation of color #96EBC8: hue angle of 155.29º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBC8 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 200 -
CMYK 0.36 0 0.15 0.08
HSL 155.29º 0.68% 0.75% -
HSV(B) 155.29º 0.36% 0.92% -
XYZ 52.71 70.07 65.39 -
YUV 205.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 150 235 200 0.36 0 0.15 0.08 155.29 0.68 0.75
Hex 96 EB C8 24 0 F 8 9B 44 4B
Octal 226 353 310 44 0 17 10 233 104 113
Binary 10010110 11101011 11001000 100100 0 1111 1000 10011011 1000100 1001011

Color Harmonies of #96EBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBC8

Black with #96EBC8

Text Example


Text Example

White with #96EBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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