Html Css Color HEX #3CC196 Shamrock

📋 copy color: '#3CC196'

red 60 ◦ green 193 ◦ blue 150

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

Shades of Shamrock #3CC196

Tints of Shamrock #3CC196

RGB

 RED value IS 60 (23.83% from 255) = 14.89%

 GREEN value IS 193 (75.78% from 255) = 47.89%

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

R = 14.89%
G = 47.89%
B = 37.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#3CC196 (or 0x3CC196) is known color: Shamrock. HEX triplet: 3C, C1 and 96. RGB value is (60,193,150). Sum of RGB (Red+Green+Blue) = 60+193+150=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC196 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC196 is #C33E69. Grayscale: #949494. Windows color (decimal): -12795498 or 9879868. OLE color: 9879868.

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

Color convert

RGB 60 193 150 -
CMYK 0.69 0 0.22 0.24
HSL 160.6º 0.53% 0.5% -
HSV(B) 160.6º 0.69% 0.76% -
XYZ 26.44 41.3 35.43 -
YUV 148.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 60 193 150 0.69 0 0.22 0.24 160.6 0.53 0.5
Hex 3C C1 96 45 0 16 18 A1 35 32
Octal 74 301 226 105 0 26 30 241 65 62
Binary 111100 11000001 10010110 1000101 0 10110 11000 10100001 110101 110010

Color Harmonies of #3CC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC196

Black with #3CC196

Text Example


Text Example

White with #3CC196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,193,150); }

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

background-color css

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

 a { background-color: rgb(60,193,150); }

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

border-color css

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

 span { border-color: rgb(60,193,150); }

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