#3BE3B1

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

Shades of Shamrock #3BE3B1

Tints of Shamrock #3BE3B1

Color information

#3BE3B1 (or 0x3BE3B1) is unknown color: approx Shamrock. HEX triplet: 3B, E3 and B1. RGB value is (59,227,177). Sum of RGB (Red+Green+Blue) = 59+227+177=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE3B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE3B1 is #C41C4E. Grayscale: #ABABAB. Windows color (decimal): -12852303 or 11658043. OLE color: 11658043.

HSL color Cylindrical-coordinate representation of color #3BE3B1: hue angle of 162.14º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE3B1 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB59227177-
CMYK0.7400.220.11
HSL162.14º75%56.08%-
HSV(B)162.14º74.01%89.02%-
XYZ37.2159.0451.03-
YUV171.07131.3448.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.74%
GREEN value IS 227 (89.06% from 255) = 49.03%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=12.74%
G=49.03%
B=38.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592271770.7400.220.11162.147556.08
Hex3BE3B14A016Ba24b38
Octal733432611120261324211370
Binary111011111000111011000110010100101101011101000101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,227,177); }

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

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

 a { background-color: rgb(59,227,177); }

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

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

 span { border-color: rgb(59,227,177); }

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