Html Css Color HEX #3CC48C Shamrock

📋 copy color: '#3CC48C'

red 60 ◦ green 196 ◦ blue 140

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

Shades of Shamrock #3CC48C

Tints of Shamrock #3CC48C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.49%

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 15.15%
G = 49.49%
B = 35.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#3CC48C (or 0x3CC48C) is known color: Shamrock. HEX triplet: 3C, C4 and 8C. RGB value is (60,196,140). Sum of RGB (Red+Green+Blue) = 60+196+140=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC48C is #C33B73. Grayscale: #959595. Windows color (decimal): -12794740 or 9225276. OLE color: 9225276.

HSL color Cylindrical-coordinate representation of color #3CC48C: hue angle of 155.29º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC48C is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 196 140 -
CMYK 0.69 0 0.29 0.23
HSL 155.29º 0.54% 0.5% -
HSV(B) 155.29º 0.69% 0.77% -
XYZ 26.34 42.33 31.59 -
YUV 148.95 122.94 64.55 -
System Red Green Blue C M Y K H S L
Decimal 60 196 140 0.69 0 0.29 0.23 155.29 0.54 0.5
Hex 3C C4 8C 45 0 1D 17 9B 36 32
Octal 74 304 214 105 0 35 27 233 66 62
Binary 111100 11000100 10001100 1000101 0 11101 10111 10011011 110110 110010

Color Harmonies of #3CC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC48C

Black with #3CC48C

Text Example


Text Example

White with #3CC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,196,140); }

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

background-color css

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

 a { background-color: rgb(60,196,140); }

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

border-color css

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

 span { border-color: rgb(60,196,140); }

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