Html Css Color HEX #3CC895 Shamrock

📋 copy color: '#3CC895'

red 60 ◦ green 200 ◦ blue 149

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

Shades of Shamrock #3CC895

Tints of Shamrock #3CC895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.9%

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

R = 14.67%
G = 48.9%
B = 36.43%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#3CC895 (or 0x3CC895) is known color: Shamrock. HEX triplet: 3C, C8 and 95. RGB value is (60,200,149). Sum of RGB (Red+Green+Blue) = 60+200+149=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC895 is #C3376A. Grayscale: #989898. Windows color (decimal): -12793707 or 9816124. OLE color: 9816124.

HSL color Cylindrical-coordinate representation of color #3CC895: hue angle of 158.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC895 is Cyan = 0.7, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 200 149 -
CMYK 0.7 0 0.26 0.22
HSL 158.14º 0.56% 0.51% -
HSV(B) 158.14º 0.7% 0.78% -
XYZ 27.94 44.44 35.54 -
YUV 152.33 126.12 62.15 -
System Red Green Blue C M Y K H S L
Decimal 60 200 149 0.7 0 0.26 0.22 158.14 0.56 0.51
Hex 3C C8 95 46 0 1A 16 9E 38 33
Octal 74 310 225 106 0 32 26 236 70 63
Binary 111100 11001000 10010101 1000110 0 11010 10110 10011110 111000 110011

Color Harmonies of #3CC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC895

Black with #3CC895

Text Example


Text Example

White with #3CC895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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