#3ABE9E

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

Shades of Shamrock #3ABE9E

Tints of Shamrock #3ABE9E

Color information

#3ABE9E (or 0x3ABE9E) is unknown color: approx Shamrock. HEX triplet: 3A, BE and 9E. RGB value is (58,190,158). Sum of RGB (Red+Green+Blue) = 58+190+158=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABE9E is #C54161. Grayscale: #929292. Windows color (decimal): -12927330 or 10403386. OLE color: 10403386.

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

Color convert

RGB58190158-
CMYK0.6900.170.25
HSL165.45º53.23%48.63%-
HSV(B)165.45º69.47%74.51%-
XYZ26.3340.238.72-
YUV146.88134.2764.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.29%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=14.29%
G=46.80%
B=38.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581901580.6900.170.25165.4553.2348.63
Hex3ABE9E4501119a53531
Octal72276236105021312456561
Binary111010101111101001111010001010100011100110100101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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