#3BBAA5

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

Shades of Shamrock #3BBAA5

Tints of Shamrock #3BBAA5

Color information

#3BBAA5 (or 0x3BBAA5) is unknown color: approx Shamrock. HEX triplet: 3B, BA and A5. RGB value is (59,186,165). Sum of RGB (Red+Green+Blue) = 59+186+165=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBAA5 is #C4455A. Grayscale: #919191. Windows color (decimal): -12862811 or 10861115. OLE color: 10861115.

HSL color Cylindrical-coordinate representation of color #3BBAA5: hue angle of 170.08º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBAA5 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB59186165-
CMYK0.6800.110.27
HSL170.08º51.84%48.04%-
HSV(B)170.08º68.28%72.94%-
XYZ26.1538.7641.7-
YUV145.63138.9266.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.39%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=14.39%
G=45.37%
B=40.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591861650.6800.110.27170.0851.8448.04
Hex3BBAA5440B1Baa3430
Octal73272245104013332526460
Binary11101110111010101001011000100010111101110101010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,186,165); }

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

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

 a { background-color: rgb(59,186,165); }

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

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

 span { border-color: rgb(59,186,165); }

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