#3BBAA4

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

Shades of Shamrock #3BBAA4

Tints of Shamrock #3BBAA4

Color information

#3BBAA4 (or 0x3BBAA4) is unknown color: approx Shamrock. HEX triplet: 3B, BA and A4. RGB value is (59,186,164). Sum of RGB (Red+Green+Blue) = 59+186+164=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBAA4 is #C4455B. Grayscale: #919191. Windows color (decimal): -12862812 or 10795579. OLE color: 10795579.

HSL color Cylindrical-coordinate representation of color #3BBAA4: hue angle of 169.61º 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 #3BBAA4 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB59186164-
CMYK0.6800.120.27
HSL169.61º51.84%48.04%-
HSV(B)169.61º68.28%72.94%-
XYZ26.0638.7341.22-
YUV145.52138.4266.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.43%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=14.43%
G=45.48%
B=40.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591861640.6800.120.27169.6151.8448.04
Hex3BBAA4440C1Baa3430
Octal73272244104014332526460
Binary11101110111010101001001000100011001101110101010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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