Html Css Color HEX #96F5CC Magic Mint

📋 copy color: '#96F5CC'

red 150 ◦ green 245 ◦ blue 204

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

Shades of Magic Mint #96F5CC

Tints of Magic Mint #96F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.9%

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

R = 25.04%
G = 40.9%
B = 34.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#96F5CC (or 0x96F5CC) is known color: Magic Mint. HEX triplet: 96, F5 and CC. RGB value is (150,245,204). Sum of RGB (Red+Green+Blue) = 150+245+204=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5CC is #690A33. Grayscale: #D3D3D3. Windows color (decimal): -6883892 or 13432214. OLE color: 13432214.

HSL color Cylindrical-coordinate representation of color #96F5CC: hue angle of 154.11º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5CC is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 245 204 -
CMYK 0.39 0 0.17 0.04
HSL 154.11º 0.83% 0.77% -
HSV(B) 154.11º 0.39% 0.96% -
XYZ 56.13 76.15 68.87 -
YUV 211.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 150 245 204 0.39 0 0.17 0.04 154.11 0.83 0.77
Hex 96 F5 CC 27 0 11 4 9A 53 4D
Octal 226 365 314 47 0 21 4 232 123 115
Binary 10010110 11110101 11001100 100111 0 10001 100 10011010 1010011 1001101

Color Harmonies of #96F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F5CC

Black with #96F5CC

Text Example


Text Example

White with #96F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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