#3BBF9B

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

Shades of Shamrock #3BBF9B

Tints of Shamrock #3BBF9B

Color information

#3BBF9B (or 0x3BBF9B) is unknown color: approx Shamrock. HEX triplet: 3B, BF and 9B. RGB value is (59,191,155). Sum of RGB (Red+Green+Blue) = 59+191+155=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBF9B is #C44064. Grayscale: #939393. Windows color (decimal): -12861541 or 10207035. OLE color: 10207035.

HSL color Cylindrical-coordinate representation of color #3BBF9B: hue angle of 163.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBF9B is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB59191155-
CMYK0.6900.190.25
HSL163.64º52.8%49.02%-
HSV(B)163.64º69.11%74.9%-
XYZ26.3540.5637.45-
YUV147.43132.2764.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.57%
GREEN value IS 191 (75% from 255) = 47.16%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=14.57%
G=47.16%
B=38.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591911550.6900.190.25163.6452.849.02
Hex3BBF9B4501319a43531
Octal73277233105023312446561
Binary111011101111111001101110001010100111100110100100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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