#2BC199

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

Shades of Shamrock #2BC199

Tints of Shamrock #2BC199

Color information

#2BC199 (or 0x2BC199) is unknown color: approx Shamrock. HEX triplet: 2B, C1 and 99. RGB value is (43,193,153). Sum of RGB (Red+Green+Blue) = 43+193+153=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC199 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC199 is #D43E66. Grayscale: #8F8F8F. Windows color (decimal): -13909607 or 10076459. OLE color: 10076459.

HSL color Cylindrical-coordinate representation of color #2BC199: hue angle of 164º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC199 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB43193153-
CMYK0.7800.210.24
HSL164º63.56%46.27%-
HSV(B)164º77.72%75.69%-
XYZ25.8240.9536.68-
YUV143.59133.356.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.05%
GREEN value IS 193 (75.78% from 255) = 49.61%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=11.05%
G=49.61%
B=39.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal431931530.7800.210.2416463.5646.27
Hex2BC1994E01518a4402e
Octal533012311160253024410056
Binary1010111100000110011001100111001010111000101001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BC199; }

 p { color: rgb(43,193,153); }

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

<style>
 a { background-color: #2BC199; }

 a { background-color: rgb(43,193,153); }

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

<style>
 span { border-color: #2BC199; }

 span { border-color: rgb(43,193,153); }

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