#3BC9AB

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

Shades of Shamrock #3BC9AB

Tints of Shamrock #3BC9AB

Color information

#3BC9AB (or 0x3BC9AB) is unknown color: approx Shamrock. HEX triplet: 3B, C9 and AB. RGB value is (59,201,171). Sum of RGB (Red+Green+Blue) = 59+201+171=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC9AB is #C43654. Grayscale: #9B9B9B. Windows color (decimal): -12858965 or 11258171. OLE color: 11258171.

HSL color Cylindrical-coordinate representation of color #3BC9AB: hue angle of 167.32º 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 #3BC9AB is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB59201171-
CMYK0.7100.150.21
HSL167.32º56.8%50.98%-
HSV(B)167.32º70.65%78.82%-
XYZ30.0445.6445.75-
YUV155.12136.9659.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.69%
GREEN value IS 201 (78.91% from 255) = 46.64%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=13.69%
G=46.64%
B=39.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal592011710.7100.150.21167.3256.850.98
Hex3BC9AB470F15a73933
Octal73311253107017252477163
Binary11101111001001101010111000111011111010110100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,201,171); }

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

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

 a { background-color: rgb(59,201,171); }

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

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

 span { border-color: rgb(59,201,171); }

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