Html Css Color HEX #96FDB2 Mint Green

📋 copy color: '#96FDB2'

red 150 ◦ green 253 ◦ blue 178

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

Shades of Mint Green #96FDB2

Tints of Mint Green #96FDB2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.55%

 BLUE value IS 178 (69.92% from 255) = 30.64%

R = 25.82%
G = 43.55%
B = 30.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#96FDB2 (or 0x96FDB2) is known color: Mint Green. HEX triplet: 96, FD and B2. RGB value is (150,253,178). Sum of RGB (Red+Green+Blue) = 150+253+178=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FDB2 is #69024D. Grayscale: #D5D5D5. Windows color (decimal): -6881870 or 11730326. OLE color: 11730326.

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

Color convert

RGB 150 253 178 -
CMYK 0.41 0 0.30 0.01
HSL 136.31º 0.96% 0.79% -
HSV(B) 136.31º 0.41% 0.99% -
XYZ 55.74 79.95 54.61 -
YUV 213.65 107.88 82.6 -
System Red Green Blue C M Y K H S L
Decimal 150 253 178 0.41 0 0.30 0.01 136.31 0.96 0.79
Hex 96 FD B2 29 0 1E 1 88 60 4F
Octal 226 375 262 51 0 36 1 210 140 117
Binary 10010110 11111101 10110010 101001 0 11110 1 10001000 1100000 1001111

Color Harmonies of #96FDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FDB2

Black with #96FDB2

Text Example


Text Example

White with #96FDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,253,178); }

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

background-color css

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

 a { background-color: rgb(150,253,178); }

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

border-color css

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

 span { border-color: rgb(150,253,178); }

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