#3BBC9B

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

Shades of Shamrock #3BBC9B

Tints of Shamrock #3BBC9B

Color information

#3BBC9B (or 0x3BBC9B) is unknown color: approx Shamrock. HEX triplet: 3B, BC and 9B. RGB value is (59,188,155). Sum of RGB (Red+Green+Blue) = 59+188+155=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBC9B is #C44364. Grayscale: #919191. Windows color (decimal): -12862309 or 10206267. OLE color: 10206267.

HSL color Cylindrical-coordinate representation of color #3BBC9B: hue angle of 164.65º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC9B is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB59188155-
CMYK0.6900.180.26
HSL164.65º52.23%48.43%-
HSV(B)164.65º68.62%73.73%-
XYZ25.739.2637.23-
YUV145.67133.2666.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.68%
GREEN value IS 188 (73.83% from 255) = 46.77%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=14.68%
G=46.77%
B=38.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal591881550.6900.180.26164.6552.2348.43
Hex3BBC9B450121Aa53430
Octal73274233105022322456460
Binary111011101111001001101110001010100101101010100101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,188,155); }

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

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

 a { background-color: rgb(59,188,155); }

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

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

 span { border-color: rgb(59,188,155); }

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