Html Css Color HEX #3CC095 Shamrock

📋 copy color: '#3CC095'

red 60 ◦ green 192 ◦ blue 149

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

Shades of Shamrock #3CC095

Tints of Shamrock #3CC095

RGB

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

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

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

R = 14.96%
G = 47.88%
B = 37.16%

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

#3CC095 (or 0x3CC095) is known color: Shamrock. HEX triplet: 3C, C0 and 95. RGB value is (60,192,149). Sum of RGB (Red+Green+Blue) = 60+192+149=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC095 is #C33F6A. Grayscale: #939393. Windows color (decimal): -12795755 or 9814076. OLE color: 9814076.

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

Color convert

RGB 60 192 149 -
CMYK 0.69 0 0.22 0.25
HSL 160.45º 0.52% 0.49% -
HSV(B) 160.45º 0.69% 0.75% -
XYZ 26.14 40.83 34.94 -
YUV 147.63 128.77 65.5 -
System Red Green Blue C M Y K H S L
Decimal 60 192 149 0.69 0 0.22 0.25 160.45 0.52 0.49
Hex 3C C0 95 45 0 16 19 A0 34 31
Octal 74 300 225 105 0 26 31 240 64 61
Binary 111100 11000000 10010101 1000101 0 10110 11001 10100000 110100 110001

Color Harmonies of #3CC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC095

Black with #3CC095

Text Example


Text Example

White with #3CC095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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