#3ABB8D

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

Shades of Shamrock #3ABB8D

Tints of Shamrock #3ABB8D

Color information

#3ABB8D (or 0x3ABB8D) is unknown color: approx Shamrock. HEX triplet: 3A, BB and 8D. RGB value is (58,187,141). Sum of RGB (Red+Green+Blue) = 58+187+141=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABB8D is #C54472. Grayscale: #8F8F8F. Windows color (decimal): -12928115 or 9288506. OLE color: 9288506.

HSL color Cylindrical-coordinate representation of color #3ABB8D: hue angle of 158.6º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABB8D is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB58187141-
CMYK0.6900.250.27
HSL158.6º52.65%48.04%-
HSV(B)158.6º68.98%73.33%-
XYZ24.3238.3631.32-
YUV143.18126.7667.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.03%
GREEN value IS 187 (73.44% from 255) = 48.45%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=15.03%
G=48.45%
B=36.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581871410.6900.250.27158.652.6548.04
Hex3ABB8D450191B9f3530
Octal72273215105031332376560
Binary111010101110111000110110001010110011101110011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,187,141); }

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

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

 a { background-color: rgb(58,187,141); }

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

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

 span { border-color: rgb(58,187,141); }

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