#3BBE94

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

Shades of Shamrock #3BBE94

Tints of Shamrock #3BBE94

Color information

#3BBE94 (or 0x3BBE94) is unknown color: approx Shamrock. HEX triplet: 3B, BE and 94. RGB value is (59,190,148). Sum of RGB (Red+Green+Blue) = 59+190+148=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBE94 is #C4416B. Grayscale: #929292. Windows color (decimal): -12861804 or 9748027. OLE color: 9748027.

HSL color Cylindrical-coordinate representation of color #3BBE94: hue angle of 160.76º 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 #3BBE94 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB59190148-
CMYK0.6900.220.25
HSL160.76º52.61%48.82%-
HSV(B)160.76º68.95%74.51%-
XYZ25.5639.8934.37-
YUV146.04129.165.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.86%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=14.86%
G=47.86%
B=37.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591901480.6900.220.25160.7652.6148.82
Hex3BBE944501619a13531
Octal73276224105026312416561
Binary111011101111101001010010001010101101100110100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,190,148); }

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

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

 a { background-color: rgb(59,190,148); }

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

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

 span { border-color: rgb(59,190,148); }

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