Html Css Color HEX #96FFCA Magic Mint

📋 copy color: '#96FFCA'

red 150 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #96FFCA

Tints of Magic Mint #96FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 42.01%

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

R = 24.71%
G = 42.01%
B = 33.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#96FFCA (or 0x96FFCA) is known color: Magic Mint. HEX triplet: 96, FF and CA. RGB value is (150,255,202). Sum of RGB (Red+Green+Blue) = 150+255+202=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFCA is #690035. Grayscale: #D9D9D9. Windows color (decimal): -6881334 or 13303702. OLE color: 13303702.

HSL color Cylindrical-coordinate representation of color #96FFCA: hue angle of 149.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFCA is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 202 -
CMYK 0.41 0 0.21 0
HSL 149.71º 1% 0.79% -
HSV(B) 149.71º 0.41% 1% -
XYZ 59 82.27 68.65 -
YUV 217.56 119.21 79.81 -
System Red Green Blue C M Y K H S L
Decimal 150 255 202 0.41 0 0.21 0 149.71 1 0.79
Hex 96 FF CA 29 0 15 0 96 64 4F
Octal 226 377 312 51 0 25 0 226 144 117
Binary 10010110 11111111 11001010 101001 0 10101 0 10010110 1100100 1001111

Color Harmonies of #96FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFCA

Black with #96FFCA

Text Example


Text Example

White with #96FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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