#3ABEA8

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

Shades of Shamrock #3ABEA8

Tints of Shamrock #3ABEA8

Color information

#3ABEA8 (or 0x3ABEA8) is unknown color: approx Shamrock. HEX triplet: 3A, BE and A8. RGB value is (58,190,168). Sum of RGB (Red+Green+Blue) = 58+190+168=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEA8 is #C54157. Grayscale: #939393. Windows color (decimal): -12927320 or 11058746. OLE color: 11058746.

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

Color convert

RGB58190168-
CMYK0.6900.120.25
HSL170º53.23%48.63%-
HSV(B)170º69.47%74.51%-
XYZ27.2340.5543.44-
YUV148.02139.2763.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.94%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 168 (66.02% from 255) = 40.38%
R=13.94%
G=45.67%
B=40.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581901680.6900.120.2517053.2348.63
Hex3ABEA8450C19aa3531
Octal72276250105014312526561
Binary11101010111110101010001000101011001100110101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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