#3CC88B

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

Shades of Shamrock #3CC88B

Tints of Shamrock #3CC88B

Color information

#3CC88B (or 0x3CC88B) is unknown color: approx Shamrock. HEX triplet: 3C, C8 and 8B. RGB value is (60,200,139). Sum of RGB (Red+Green+Blue) = 60+200+139=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC88B is #C33774. Grayscale: #979797. Windows color (decimal): -12793717 or 9160764. OLE color: 9160764.

HSL color Cylindrical-coordinate representation of color #3CC88B: hue angle of 153.86º 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 #3CC88B is Cyan = 0.7, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB60200139-
CMYK0.700.300.22
HSL153.86º56%50.98%-
HSV(B)153.86º70%78.43%-
XYZ27.1844.1331.51-
YUV151.19121.1262.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.04%
GREEN value IS 200 (78.52% from 255) = 50.13%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=15.04%
G=50.13%
B=34.84%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal602001390.700.300.22153.865650.98
Hex3CC88B4601E169a3833
Octal74310213106036262327063
Binary111100110010001000101110001100111101011010011010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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