#3BECA6

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

Shades of Shamrock #3BECA6

Tints of Shamrock #3BECA6

Color information

#3BECA6 (or 0x3BECA6) is unknown color: approx Shamrock. HEX triplet: 3B, EC and A6. RGB value is (59,236,166). Sum of RGB (Red+Green+Blue) = 59+236+166=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BECA6 is #C41359. Grayscale: #AFAFAF. Windows color (decimal): -12850010 or 10939451. OLE color: 10939451.

HSL color Cylindrical-coordinate representation of color #3BECA6: hue angle of 156.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BECA6 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB59236166-
CMYK0.7500.300.07
HSL156.27º82.33%57.84%-
HSV(B)156.27º75%92.55%-
XYZ38.6863.6746.33-
YUV175.1122.8645.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.80%
GREEN value IS 236 (92.58% from 255) = 51.19%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=12.80%
G=51.19%
B=36.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592361660.7500.300.07156.2782.3357.84
Hex3BECA64B01E79c523a
Octal73354246113036723412272
Binary11101111101100101001101001011011110111100111001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BECA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,236,166); }

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

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

 a { background-color: rgb(59,236,166); }

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

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

 span { border-color: rgb(59,236,166); }

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