#3BECA5

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

Shades of Shamrock #3BECA5

Tints of Shamrock #3BECA5

Color information

#3BECA5 (or 0x3BECA5) is unknown color: approx Shamrock. HEX triplet: 3B, EC and A5. RGB value is (59,236,165). Sum of RGB (Red+Green+Blue) = 59+236+165=460 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.83% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BECA5 is #C4135A. Grayscale: #AFAFAF. Windows color (decimal): -12850011 or 10873915. OLE color: 10873915.

HSL color Cylindrical-coordinate representation of color #3BECA5: hue angle of 155.93º 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 #3BECA5 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB59236165-
CMYK0.7500.300.07
HSL155.93º82.33%57.84%-
HSV(B)155.93º75%92.55%-
XYZ38.5963.6445.85-
YUV174.98122.3645.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.83%
GREEN value IS 236 (92.58% from 255) = 51.30%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=12.83%
G=51.30%
B=35.87%

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
Decimal592361650.7500.300.07155.9382.3357.84
Hex3BECA54B01E79c523a
Octal73354245113036723412272
Binary11101111101100101001011001011011110111100111001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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