Html Css Color HEX #96FACC Magic Mint

📋 copy color: '#96FACC'

red 150 ◦ green 250 ◦ blue 204

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

Shades of Magic Mint #96FACC

Tints of Magic Mint #96FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 24.83%
G = 41.39%
B = 33.77%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#96FACC (or 0x96FACC) is known color: Magic Mint. HEX triplet: 96, FA and CC. RGB value is (150,250,204). Sum of RGB (Red+Green+Blue) = 150+250+204=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #96FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FACC is #690533. Grayscale: #D6D6D6. Windows color (decimal): -6882612 or 13433494. OLE color: 13433494.

HSL color Cylindrical-coordinate representation of color #96FACC: hue angle of 152.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FACC is Cyan = 0.4, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 204 -
CMYK 0.4 0 0.18 0.02
HSL 152.4º 0.91% 0.78% -
HSV(B) 152.4º 0.4% 0.98% -
XYZ 57.66 79.21 69.38 -
YUV 214.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 150 250 204 0.4 0 0.18 0.02 152.4 0.91 0.78
Hex 96 FA CC 28 0 12 2 98 5B 4E
Octal 226 372 314 50 0 22 2 230 133 116
Binary 10010110 11111010 11001100 101000 0 10010 10 10011000 1011011 1001110

Color Harmonies of #96FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FACC

Black with #96FACC

Text Example


Text Example

White with #96FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,204); }

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

background-color css

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

 a { background-color: rgb(150,250,204); }

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

border-color css

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

 span { border-color: rgb(150,250,204); }

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