#3BCAA9

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

Shades of Shamrock #3BCAA9

Tints of Shamrock #3BCAA9

Color information

#3BCAA9 (or 0x3BCAA9) is unknown color: approx Shamrock. HEX triplet: 3B, CA and A9. RGB value is (59,202,169). Sum of RGB (Red+Green+Blue) = 59+202+169=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCAA9 is #C43556. Grayscale: #9B9B9B. Windows color (decimal): -12858711 or 11127355. OLE color: 11127355.

HSL color Cylindrical-coordinate representation of color #3BCAA9: hue angle of 166.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAA9 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB59202169-
CMYK0.7100.160.21
HSL166.15º57.43%51.18%-
HSV(B)166.15º70.79%79.22%-
XYZ30.0946.0444.84-
YUV155.48135.6259.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.72%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=13.72%
G=46.98%
B=39.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal592021690.7100.160.21166.1557.4351.18
Hex3BCAA94701015a63933
Octal73312251107020252467163
Binary111011110010101010100110001110100001010110100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,202,169); }

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

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

 a { background-color: rgb(59,202,169); }

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

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

 span { border-color: rgb(59,202,169); }

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