#3ABE8A

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

Shades of Shamrock #3ABE8A

Tints of Shamrock #3ABE8A

Color information

#3ABE8A (or 0x3ABE8A) is unknown color: approx Shamrock. HEX triplet: 3A, BE and 8A. RGB value is (58,190,138). Sum of RGB (Red+Green+Blue) = 58+190+138=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABE8A is #C54175. Grayscale: #909090. Windows color (decimal): -12927350 or 9092666. OLE color: 9092666.

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

Color convert

RGB58190138-
CMYK0.6900.270.25
HSL156.36º53.23%48.63%-
HSV(B)156.36º69.47%74.51%-
XYZ24.7539.5630.38-
YUV144.6124.2766.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.03%
GREEN value IS 190 (74.61% from 255) = 49.22%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=15.03%
G=49.22%
B=35.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581901380.6900.270.25156.3653.2348.63
Hex3ABE8A4501B199c3531
Octal72276212105033312346561
Binary111010101111101000101010001010110111100110011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,190,138); }

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

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

 a { background-color: rgb(58,190,138); }

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

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

 span { border-color: rgb(58,190,138); }

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