#3BCB8E

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

Shades of Shamrock #3BCB8E

Tints of Shamrock #3BCB8E

Color information

#3BCB8E (or 0x3BCB8E) is unknown color: approx Shamrock. HEX triplet: 3B, CB and 8E. RGB value is (59,203,142). Sum of RGB (Red+Green+Blue) = 59+203+142=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCB8E is #C43471. Grayscale: #999999. Windows color (decimal): -12858482 or 9358139. OLE color: 9358139.

HSL color Cylindrical-coordinate representation of color #3BCB8E: hue angle of 154.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCB8E is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB59203142-
CMYK0.7100.300.20
HSL154.58º58.06%51.37%-
HSV(B)154.58º70.94%79.61%-
XYZ28.0445.5932.91-
YUV152.99121.7960.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.60%
GREEN value IS 203 (79.69% from 255) = 50.25%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=14.60%
G=50.25%
B=35.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal592031420.7100.300.20154.5858.0651.37
Hex3BCB8E4701E149b3a33
Octal73313216107036242337263
Binary111011110010111000111010001110111101010010011011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,203,142); }

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

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

 a { background-color: rgb(59,203,142); }

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

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

 span { border-color: rgb(59,203,142); }

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