#3BBFA0

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

Shades of Shamrock #3BBFA0

Tints of Shamrock #3BBFA0

Color information

#3BBFA0 (or 0x3BBFA0) is unknown color: approx Shamrock. HEX triplet: 3B, BF and A0. RGB value is (59,191,160). Sum of RGB (Red+Green+Blue) = 59+191+160=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBFA0 is #C4405F. Grayscale: #939393. Windows color (decimal): -12861536 or 10534715. OLE color: 10534715.

HSL color Cylindrical-coordinate representation of color #3BBFA0: hue angle of 165.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBFA0 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB59191160-
CMYK0.6900.160.25
HSL165.91º52.8%49.02%-
HSV(B)165.91º69.11%74.9%-
XYZ26.7840.7339.71-
YUV148134.7764.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.39%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=14.39%
G=46.59%
B=39.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591911600.6900.160.25165.9152.849.02
Hex3BBFA04501019a63531
Octal73277240105020312466561
Binary111011101111111010000010001010100001100110100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,191,160); }

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

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

 a { background-color: rgb(59,191,160); }

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

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

 span { border-color: rgb(59,191,160); }

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