Html Css Color HEX #3CC296 Shamrock

📋 copy color: '#3CC296'

red 60 ◦ green 194 ◦ blue 150

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

Shades of Shamrock #3CC296

Tints of Shamrock #3CC296

RGB

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

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

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

R = 14.85%
G = 48.02%
B = 37.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#3CC296 (or 0x3CC296) is known color: Shamrock. HEX triplet: 3C, C2 and 96. RGB value is (60,194,150). Sum of RGB (Red+Green+Blue) = 60+194+150=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC296 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC296 is #C33D69. Grayscale: #949494. Windows color (decimal): -12795242 or 9880124. OLE color: 9880124.

HSL color Cylindrical-coordinate representation of color #3CC296: hue angle of 160.3º 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 #3CC296 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 194 150 -
CMYK 0.69 0 0.23 0.24
HSL 160.3º 0.53% 0.5% -
HSV(B) 160.3º 0.69% 0.76% -
XYZ 26.66 41.75 35.51 -
YUV 148.92 128.61 64.58 -
System Red Green Blue C M Y K H S L
Decimal 60 194 150 0.69 0 0.23 0.24 160.3 0.53 0.5
Hex 3C C2 96 45 0 17 18 A0 35 32
Octal 74 302 226 105 0 27 30 240 65 62
Binary 111100 11000010 10010110 1000101 0 10111 11000 10100000 110101 110010

Color Harmonies of #3CC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC296

Black with #3CC296

Text Example


Text Example

White with #3CC296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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