#3BD0A9

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

Shades of Shamrock #3BD0A9

Tints of Shamrock #3BD0A9

Color information

#3BD0A9 (or 0x3BD0A9) is unknown color: approx Shamrock. HEX triplet: 3B, D0 and A9. RGB value is (59,208,169). Sum of RGB (Red+Green+Blue) = 59+208+169=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD0A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD0A9 is #C42F56. Grayscale: #9F9F9F. Windows color (decimal): -12857175 or 11128891. OLE color: 11128891.

HSL color Cylindrical-coordinate representation of color #3BD0A9: hue angle of 164.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD0A9 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB59208169-
CMYK0.7200.190.18
HSL164.3º61.32%52.35%-
HSV(B)164.3º71.63%81.57%-
XYZ31.5248.9145.31-
YUV159133.6456.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.53%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=13.53%
G=47.71%
B=38.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal592081690.7200.190.18164.361.3252.35
Hex3BD0A94801312a43d34
Octal73320251110023222447564
Binary111011110100001010100110010000100111001010100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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