Html Css Color HEX #3CC096 Shamrock

📋 copy color: '#3CC096'

red 60 ◦ green 192 ◦ blue 150

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

Shades of Shamrock #3CC096

Tints of Shamrock #3CC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.76%

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

R = 14.93%
G = 47.76%
B = 37.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#3CC096 (or 0x3CC096) is known color: Shamrock. HEX triplet: 3C, C0 and 96. RGB value is (60,192,150). Sum of RGB (Red+Green+Blue) = 60+192+150=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC096 is #C33F69. Grayscale: #939393. Windows color (decimal): -12795754 or 9879612. OLE color: 9879612.

HSL color Cylindrical-coordinate representation of color #3CC096: hue angle of 160.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC096 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 150 -
CMYK 0.69 0 0.22 0.25
HSL 160.91º 0.52% 0.49% -
HSV(B) 160.91º 0.69% 0.75% -
XYZ 26.22 40.86 35.36 -
YUV 147.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 60 192 150 0.69 0 0.22 0.25 160.91 0.52 0.49
Hex 3C C0 96 45 0 16 19 A1 34 31
Octal 74 300 226 105 0 26 31 241 64 61
Binary 111100 11000000 10010110 1000101 0 10110 11001 10100001 110100 110001

Color Harmonies of #3CC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC096

Black with #3CC096

Text Example


Text Example

White with #3CC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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