#3CC698

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

Shades of Shamrock #3CC698

Tints of Shamrock #3CC698

Color information

#3CC698 (or 0x3CC698) is unknown color: approx Shamrock. HEX triplet: 3C, C6 and 98. RGB value is (60,198,152). Sum of RGB (Red+Green+Blue) = 60+198+152=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC698 is #C33967. Grayscale: #979797. Windows color (decimal): -12794216 or 10012220. OLE color: 10012220.

HSL color Cylindrical-coordinate representation of color #3CC698: hue angle of 160º degrees, saturation: 0.55, 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 #3CC698 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB60198152-
CMYK0.7000.230.22
HSL160º54.76%50.59%-
HSV(B)160º69.7%77.65%-
XYZ27.7343.6236.66-
YUV151.49128.2862.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.63%
GREEN value IS 198 (77.73% from 255) = 48.29%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=14.63%
G=48.29%
B=37.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal601981520.7000.230.2216054.7650.59
Hex3CC6984601716a03733
Octal74306230106027262406763
Binary111100110001101001100010001100101111011010100000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,198,152); }

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

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

 a { background-color: rgb(60,198,152); }

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

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

 span { border-color: rgb(60,198,152); }

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