Html Css Color HEX #3BC296 Shamrock

📋 copy color: '#3BC296'

red 59 ◦ green 194 ◦ blue 150

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

Shades of Shamrock #3BC296

Tints of Shamrock #3BC296

RGB

 RED value IS 59 (23.44% from 255) = 14.64%

 GREEN value IS 194 (76.17% from 255) = 48.14%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 14.64%
G = 48.14%
B = 37.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#3BC296 (or 0x3BC296) is known color: Shamrock. HEX triplet: 3B, C2 and 96. RGB value is (59,194,150). Sum of RGB (Red+Green+Blue) = 59+194+150=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC296 is #C43D69. Grayscale: #949494. Windows color (decimal): -12860778 or 9880123. OLE color: 9880123.

HSL color Cylindrical-coordinate representation of color #3BC296: hue angle of 160.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC296 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 150 -
CMYK 0.70 0 0.23 0.24
HSL 160.44º 0.53% 0.5% -
HSV(B) 160.44º 0.7% 0.76% -
XYZ 26.6 41.72 35.5 -
YUV 148.62 128.77 64.08 -
System Red Green Blue C M Y K H S L
Decimal 59 194 150 0.70 0 0.23 0.24 160.44 0.53 0.5
Hex 3B C2 96 46 0 17 18 A0 35 32
Octal 73 302 226 106 0 27 30 240 65 62
Binary 111011 11000010 10010110 1000110 0 10111 11000 10100000 110101 110010

Color Harmonies of #3BC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC296

Black with #3BC296

Text Example


Text Example

White with #3BC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC296; }

 p { color: rgb(59,194,150); }

 H1.HeaderClassName
 {
   color: #3BC296;
 }
 .AnyTagClassName
 {
   color: #3BC296;
 }
</style>

background-color css

<style>
 a { background-color: #3BC296; }

 a { background-color: rgb(59,194,150); }

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

border-color css

<style>
 span { border-color: #3BC296; }

 span { border-color: rgb(59,194,150); }

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