#3abb8b

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

Shades of Shamrock #3ABB8B

Tints of Shamrock #3ABB8B

Color information

#3ABB8B (or 0x3ABB8B) is unknown color: approx Shamrock. HEX triplet: 3A, BB and 8B. RGB value is (58,187,139). Sum of RGB (Red+Green+Blue) = 58+187+139=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABB8B is #C54474. Grayscale: #8F8F8F. Windows color (decimal): -12928117 or 9157434. OLE color: 9157434.

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

Color convert

RGB58187139-
CMYK0.6900.260.27
HSL157.67º52.65%48.04%-
HSV(B)157.67º68.98%73.33%-
XYZ24.1838.330.55-
YUV142.96125.7667.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.10%
GREEN value IS 187 (73.44% from 255) = 48.70%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=15.10%
G=48.70%
B=36.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581871390.6900.260.27157.6752.6548.04
Hex3ABB8B4501A1B9e3530
Octal72273213105032332366560
Binary111010101110111000101110001010110101101110011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3abb8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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