Html Css Color HEX #96FACA Magic Mint

📋 copy color: '#96FACA'

red 150 ◦ green 250 ◦ blue 202

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

Shades of Magic Mint #96FACA

Tints of Magic Mint #96FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.55%

R = 24.92%
G = 41.53%
B = 33.55%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#96FACA (or 0x96FACA) is known color: Magic Mint. HEX triplet: 96, FA and CA. RGB value is (150,250,202). Sum of RGB (Red+Green+Blue) = 150+250+202=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #96FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FACA is #690535. Grayscale: #D6D6D6. Windows color (decimal): -6882614 or 13302422. OLE color: 13302422.

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

Color convert

RGB 150 250 202 -
CMYK 0.4 0 0.19 0.02
HSL 151.2º 0.91% 0.78% -
HSV(B) 151.2º 0.4% 0.98% -
XYZ 57.42 79.12 68.12 -
YUV 214.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 150 250 202 0.4 0 0.19 0.02 151.2 0.91 0.78
Hex 96 FA CA 28 0 13 2 97 5B 4E
Octal 226 372 312 50 0 23 2 227 133 116
Binary 10010110 11111010 11001010 101000 0 10011 10 10010111 1011011 1001110

Color Harmonies of #96FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FACA

Black with #96FACA

Text Example


Text Example

White with #96FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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