Html Css Color HEX #96FACD Magic Mint

📋 copy color: '#96FACD'

red 150 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #96FACD

Tints of Magic Mint #96FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 24.79%
G = 41.32%
B = 33.88%

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

#96FACD (or 0x96FACD) is known color: Magic Mint. HEX triplet: 96, FA and CD. RGB value is (150,250,205). Sum of RGB (Red+Green+Blue) = 150+250+205=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #96FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FACD is #690532. Grayscale: #D7D7D7. Windows color (decimal): -6882611 or 13499030. OLE color: 13499030.

HSL color Cylindrical-coordinate representation of color #96FACD: hue angle of 153º 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 #96FACD is Cyan = 0.4, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 205 -
CMYK 0.4 0 0.18 0.02
HSL 153º 0.91% 0.78% -
HSV(B) 153º 0.4% 0.98% -
XYZ 57.78 79.26 70.01 -
YUV 214.97 122.37 81.66 -
System Red Green Blue C M Y K H S L
Decimal 150 250 205 0.4 0 0.18 0.02 153 0.91 0.78
Hex 96 FA CD 28 0 12 2 99 5B 4E
Octal 226 372 315 50 0 22 2 231 133 116
Binary 10010110 11111010 11001101 101000 0 10010 10 10011001 1011011 1001110

Color Harmonies of #96FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FACD

Black with #96FACD

Text Example


Text Example

White with #96FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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