#3cc08f

Color #3CC08F Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3CC08F

Tints of Shamrock #3CC08F

Color information

#3CC08F (or 0x3CC08F) is unknown color: approx Shamrock. HEX triplet: 3C, C0 and 8F. RGB value is (60,192,143). Sum of RGB (Red+Green+Blue) = 60+192+143=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC08F is #C33F70. Grayscale: #939393. Windows color (decimal): -12795761 or 9420860. OLE color: 9420860.

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

Color convert

RGB60192143-
CMYK0.6900.260.25
HSL157.73º52.38%49.41%-
HSV(B)157.73º68.75%75.29%-
XYZ25.6740.6432.48-
YUV146.95125.7765.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.19%
GREEN value IS 192 (75.39% from 255) = 48.61%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=15.19%
G=48.61%
B=36.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601921430.6900.260.25157.7352.3849.41
Hex3CC08F4501A199e3431
Octal74300217105032312366461
Binary111100110000001000111110001010110101100110011110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cc08f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3cc08f;
 }
 .AnyTagClassName
 {
   color: #3cc08f;
 }
</style>
background-color css

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

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

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

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

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

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