#3BBD95

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

Shades of Shamrock #3BBD95

Tints of Shamrock #3BBD95

Color information

#3BBD95 (or 0x3BBD95) is unknown color: approx Shamrock. HEX triplet: 3B, BD and 95. RGB value is (59,189,149). Sum of RGB (Red+Green+Blue) = 59+189+149=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBD95 is #C4426A. Grayscale: #919191. Windows color (decimal): -12862059 or 9813307. OLE color: 9813307.

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

Color convert

RGB59189149-
CMYK0.6900.210.26
HSL161.54º52.42%48.63%-
HSV(B)161.54º68.78%74.12%-
XYZ25.4339.4934.72-
YUV145.57129.9366.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.86%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=14.86%
G=47.61%
B=37.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal591891490.6900.210.26161.5452.4248.63
Hex3BBD95450151Aa23431
Octal73275225105025322426461
Binary111011101111011001010110001010101011101010100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,189,149); }

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

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

 a { background-color: rgb(59,189,149); }

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

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

 span { border-color: rgb(59,189,149); }

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