Html Css Color HEX #3CC994 Shamrock

📋 copy color: '#3CC994'

red 60 ◦ green 201 ◦ blue 148

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

Shades of Shamrock #3CC994

Tints of Shamrock #3CC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 14.67%
G = 49.14%
B = 36.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#3CC994 (or 0x3CC994) is known color: Shamrock. HEX triplet: 3C, C9 and 94. RGB value is (60,201,148). Sum of RGB (Red+Green+Blue) = 60+201+148=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC994 is #C3366B. Grayscale: #989898. Windows color (decimal): -12793452 or 9750844. OLE color: 9750844.

HSL color Cylindrical-coordinate representation of color #3CC994: hue angle of 157.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC994 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 201 148 -
CMYK 0.70 0 0.26 0.21
HSL 157.45º 0.57% 0.51% -
HSV(B) 157.45º 0.7% 0.79% -
XYZ 28.1 44.87 35.2 -
YUV 152.8 125.29 61.81 -
System Red Green Blue C M Y K H S L
Decimal 60 201 148 0.70 0 0.26 0.21 157.45 0.57 0.51
Hex 3C C9 94 46 0 1A 15 9D 39 33
Octal 74 311 224 106 0 32 25 235 71 63
Binary 111100 11001001 10010100 1000110 0 11010 10101 10011101 111001 110011

Color Harmonies of #3CC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC994

Black with #3CC994

Text Example


Text Example

White with #3CC994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,201,148); }

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

background-color css

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

 a { background-color: rgb(60,201,148); }

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

border-color css

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

 span { border-color: rgb(60,201,148); }

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