Html Css Color HEX #3CC195 Shamrock

📋 copy color: '#3CC195'

red 60 ◦ green 193 ◦ blue 149

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

Shades of Shamrock #3CC195

Tints of Shamrock #3CC195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 14.93%
G = 48.01%
B = 37.06%

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

#3CC195 (or 0x3CC195) is known color: Shamrock. HEX triplet: 3C, C1 and 95. RGB value is (60,193,149). Sum of RGB (Red+Green+Blue) = 60+193+149=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC195 is #C33E6A. Grayscale: #949494. Windows color (decimal): -12795499 or 9814332. OLE color: 9814332.

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

Color convert

RGB 60 193 149 -
CMYK 0.69 0 0.23 0.24
HSL 160.15º 0.53% 0.5% -
HSV(B) 160.15º 0.69% 0.76% -
XYZ 26.36 41.27 35.01 -
YUV 148.22 128.44 65.08 -
System Red Green Blue C M Y K H S L
Decimal 60 193 149 0.69 0 0.23 0.24 160.15 0.53 0.5
Hex 3C C1 95 45 0 17 18 A0 35 32
Octal 74 301 225 105 0 27 30 240 65 62
Binary 111100 11000001 10010101 1000101 0 10111 11000 10100000 110101 110010

Color Harmonies of #3CC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC195

Black with #3CC195

Text Example


Text Example

White with #3CC195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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