Html Css Color HEX #3CC08C Shamrock

📋 copy color: '#3CC08C'

red 60 ◦ green 192 ◦ blue 140

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

Shades of Shamrock #3CC08C

Tints of Shamrock #3CC08C

RGB

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

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

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

R = 15.31%
G = 48.98%
B = 35.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#3CC08C (or 0x3CC08C) is known color: Shamrock. HEX triplet: 3C, C0 and 8C. RGB value is (60,192,140). Sum of RGB (Red+Green+Blue) = 60+192+140=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC08C is #C33F73. Grayscale: #929292. Windows color (decimal): -12795764 or 9224252. OLE color: 9224252.

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

Color convert

RGB 60 192 140 -
CMYK 0.69 0 0.27 0.25
HSL 156.36º 0.52% 0.49% -
HSV(B) 156.36º 0.69% 0.75% -
XYZ 25.45 40.55 31.3 -
YUV 146.6 124.27 66.23 -
System Red Green Blue C M Y K H S L
Decimal 60 192 140 0.69 0 0.27 0.25 156.36 0.52 0.49
Hex 3C C0 8C 45 0 1B 19 9C 34 31
Octal 74 300 214 105 0 33 31 234 64 61
Binary 111100 11000000 10001100 1000101 0 11011 11001 10011100 110100 110001

Color Harmonies of #3CC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC08C

Black with #3CC08C

Text Example


Text Example

White with #3CC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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